pub type FinalityNotifications<Block> = TracingUnboundedReceiver<FinalityNotification<Block>>;
Expand description
A stream of block finality notifications.
Aliased Type§
struct FinalityNotifications<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.