UnaryEngine

Type Alias UnaryEngine 

Source
pub type UnaryEngine<T, U> = ServiceEngine<SingleIn<T>, SingleOut<U>>;
Expand description

Unary Engine is a pipeline that takes a single input and returns a single output

Aliased Typeยง

pub struct UnaryEngine<T, U> { /* private fields */ }