pub type EventStream = Pin<Box<dyn Stream<Item = Result<StreamEvent>> + Send>>;
A stream of Hot run-stream events.
pub struct EventStream { /* private fields */ }