Skip to main content

SingleOut

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

#[repr(transparent)]
pub struct SingleOut<T> { /* private fields */ }