Skip to main content

EventStream

Type Alias EventStream 

Source
pub type EventStream = Pin<Box<dyn Stream<Item = Result<StreamEvent>> + Send>>;
Expand description

A stream of Hot run-stream events.

Aliased Typeยง

pub struct EventStream { /* private fields */ }