[−][src]Type Definition tower_grpc::codegen::server::grpc::Streaming
type Streaming<T, B = BoxBody> = Streaming<Decoder<T>, B>;
A stream of inbound gRPC messages
type Streaming<T, B = BoxBody> = Streaming<Decoder<T>, B>;
A stream of inbound gRPC messages