pub type EventStream = BoxStream<'static, Result<Event>>;
Stream of events emitted by an event loop.
struct EventStream {}