Skip to main content

EventStream

Type Alias EventStream 

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

A stream of events from a subscribed event group

Aliased Typeยง

pub struct EventStream<T> { /* private fields */ }