pub type EventStream = Pin<Box<dyn Stream<Item = Event> + Send>>;
Type alias for event streams
pub struct EventStream { /* private fields */ }