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 */ }
pub type UnaryEngine<T, U> = ServiceEngine<SingleIn<T>, SingleOut<U>>;
Unary Engine is a pipeline that takes a single input and returns a single output
pub struct UnaryEngine<T, U> { /* private fields */ }