Skip to main content

EventStream

Type Alias EventStream 

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

Type alias for the boxed event stream yielded by BackendHandle::into_parts.

Aliased Typeยง

pub struct EventStream { /* private fields */ }