pub type BidirectionalStreamingEngine<T, U> = ServiceEngine<ManyIn<T>, ManyOut<U>>;
Expand description
BidirectionalStreaming
takes multiple inputs and returns multiple outputs. Input and output values
are considered independent of each other; however, they could be constrained to be related.
Aliased Typeยง
pub struct BidirectionalStreamingEngine<T, U> { /* private fields */ }