pub type Streaming<T, B = BoxBody> = Streaming<Decoder<T>, B>;
A stream of inbound gRPC messages
pub struct Streaming<T, B = BoxBody> { /* private fields */ }