Type Alias domain_client_operator::DomainImportNotifications

source ·
pub type DomainImportNotifications<Block, CBlock> = TracingUnboundedReceiver<DomainBlockImportNotification<Block, CBlock>>;

Aliased Type§

struct DomainImportNotifications<Block, CBlock> { /* private fields */ }