Skip to main content

LiveEventStream

Type Alias LiveEventStream 

Source
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 */ }