pub type ImportNotifications<Block> = TracingUnboundedReceiver<BlockImportNotification<Block>>;
Expand description
Type that implements futures::Stream
of block import events.
Aliased Typeยง
pub struct ImportNotifications<Block> { /* private fields */ }