Type Alias EventStream

Source
pub type EventStream = BoxStream<'static, Event>;
Expand description

The stream of events.

Aliased Typeยง

pub struct EventStream { /* private fields */ }