pub type OutputEventStream = Pin<Box<dyn Stream<Item = OutputEvent> + Send + 'static>>;Expand description
Boxed stream of OutputEvents — the wire-side surface of live task logs.
Aliased Type§
pub struct OutputEventStream { /* private fields */ }pub type OutputEventStream = Pin<Box<dyn Stream<Item = OutputEvent> + Send + 'static>>;Boxed stream of OutputEvents — the wire-side surface of live task logs.
pub struct OutputEventStream { /* private fields */ }