Type Alias SingleOut

Source
pub type SingleOut<T> = EngineUnary<T>;
Expand description

Type alias for the output of pipeline that returns a single value

Aliased Typeยง

struct SingleOut<T> {}