pub type ImportNotifications<Block> = TracingUnboundedReceiver<BlockImportNotification<Block>>;
Expand description
Type that implements futures::Stream
of block import events.
Aliased Type§
struct ImportNotifications<Block> { /* private fields */ }
Implementations
Trait Implementations
§impl<T> FusedStream for TracingUnboundedReceiver<T>
impl<T> FusedStream for TracingUnboundedReceiver<T>
§fn is_terminated(&self) -> bool
fn is_terminated(&self) -> bool
Returns
true
if the stream should no longer be polled.