pub type SingleOut<T> = EngineUnary<T>;
Expand description
Type alias for the output of pipeline that returns a single value
Aliased Typeยง
pub struct SingleOut<T> { /* private fields */ }
pub type SingleOut<T> = EngineUnary<T>;
Type alias for the output of pipeline that returns a single value
pub struct SingleOut<T> { /* private fields */ }