pub type OutputEventStream = Pin<Box<dyn Stream<Item = OutputEvent> + Send + 'static>>;Expand description
Boxed live stream of task output events.
The stream item is OutputEvent.
Transport adapters encode each item for their wire format.
Aliased Typeยง
pub struct OutputEventStream { /* private fields */ }