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

pub struct SingleOut<T> { /* private fields */ }