pub type ExecEventStream = Pin<Box<dyn Stream<Item = ExecEvent> + Send>>;
Boxed async stream of ExecEvents returned by Runtime::exec_stream.
ExecEvent
Runtime::exec_stream
pub struct ExecEventStream { /* private fields */ }