Type Definition Streaming
tower_grpc
type Streaming<T, B = BoxBody> = Streaming<Decoder<T>, B>;
A stream of inbound gRPC messages