pub type LiveEventStream = BoxStream<'static, Result<Event, EventStreamLagged>>;Expand description
Live event stream item type shared with the engine subscription seam.
Aliased Typeยง
#[repr(transparent)]pub struct LiveEventStream { /* private fields */ }