Type Alias EventStream
pub type EventStream = Pin<Box<dyn Stream<Item = Event> + Send>>;
Available on crate feature
advanced
only.Expand description
A stream of runtime events.
It is the input of a Subscription
.
Aliased Typeยง
pub struct EventStream { /* private fields */ }