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 {}