pub type EventStream = Pin<Box<dyn Stream<Item = Event> + Send>>;
advanced
A stream of runtime events.
It is the input of a Subscription.
Subscription
struct EventStream {}