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> {}
pub type SingleOut<T> = EngineUnary<T>;
Type alias for the output of pipeline that returns a single value
struct SingleOut<T> {}