Skip to main content

EventStream

Type Alias EventStream 

Source
pub type EventStream = Pin<Box<dyn Stream<Item = NotifyEvent> + Send + 'static>>;

Aliased Typeยง

pub struct EventStream { /* private fields */ }