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ยง

struct ManyOut<T> {}