pub type ServerStreamingEngine<T, U> = ServiceEngine<SingleIn<T>, ManyOut<U>>;
Expand description
ServerStreaming
takes a single input and returns multiple outputs.
Aliased Typeยง
struct ServerStreamingEngine<T, U> { /* private fields */ }
pub type ServerStreamingEngine<T, U> = ServiceEngine<SingleIn<T>, ManyOut<U>>;
ServerStreaming
takes a single input and returns multiple outputs.
struct ServerStreamingEngine<T, U> { /* private fields */ }