Skip to main content

RunEventStream

Type Alias RunEventStream 

Source
pub type RunEventStream = BoxStream<'static, Result<RunEvent>>;
Expand description

A live stream of RunEvents; ends after a terminal finished/error frame.

Aliased Type§

pub struct RunEventStream { /* private fields */ }