linera_core::node

Type Alias NotificationStream

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

A pinned Stream of Notifications.

Aliased Typeยง

struct NotificationStream {}