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ยง
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
struct UnaryEngine<T, U> { /* private fields */ }