pub type ManyOut<T> = EngineStream<T>;
Expand description
Type alias for the output of pipeline that returns multiple values
Aliased Typeยง
struct ManyOut<T> {}
pub type ManyOut<T> = EngineStream<T>;
Type alias for the output of pipeline that returns multiple values
struct ManyOut<T> {}