Type Alias linera_core::node::NotificationStream
source · pub type NotificationStream = BoxStream<'static, Notification>;
Expand description
A pinned Stream
of Notifications.
Aliased Type§
struct NotificationStream {}
pub type NotificationStream = BoxStream<'static, Notification>;
A pinned Stream
of Notifications.
struct NotificationStream {}