pub type LiveEventStream = BoxStream<'static, Result<Event, EventStreamLagged>>;
Live event stream item type shared with the engine subscription seam.
pub struct LiveEventStream { /* private fields */ }