Skip to main content

ExecEventStream

Type Alias ExecEventStream 

Source
pub type ExecEventStream = Pin<Box<dyn Stream<Item = ExecEvent> + Send>>;
Expand description

Boxed async stream of ExecEvents returned by Runtime::exec_stream.

Aliased Typeยง

pub struct ExecEventStream { /* private fields */ }