pub type EventStream = BoxStream<'static, Event>;
The stream of events.
pub struct EventStream { /* private fields */ }