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 */ }
pub type ManyOut<T> = EngineStream<T>;
Type alias for the output of pipeline that returns multiple values
pub struct ManyOut<T> { /* private fields */ }