pub type EventStream = BoxStream<Event>;
Expand description
A stream of runtime events.
It is the input of a Subscription
.
Aliased Type§
pub struct EventStream { /* private fields */ }
pub type EventStream = BoxStream<Event>;
A stream of runtime events.
It is the input of a Subscription
.
pub struct EventStream { /* private fields */ }