ManyOut

Type Alias ManyOut 

Source
pub type ManyOut<T> = EngineStream<T>;
Expand description

Type alias for the output of pipeline that returns multiple values

Aliased Typeยง

pub struct ManyOut<T> { /* private fields */ }