Skip to main content

OutputEventStream

Type Alias OutputEventStream 

Source
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 */ }