pub type RunEventStream = BoxStream<'static, Result<RunEvent>>;
A live stream of RunEvents; ends after a terminal finished/error frame.
RunEvent
finished
error
pub struct RunEventStream { /* private fields */ }