Type Alias linera_core::node::NotificationStream

source ·
pub type NotificationStream = BoxStream<'static, Notification>;
Expand description

A pinned Stream of Notifications.

Aliased Type§

struct NotificationStream {}