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