Type Alias Streaming

Source
pub type Streaming<T, B = BoxBody> = Streaming<Decoder<T>, B>;
Expand description

A stream of inbound gRPC messages

Aliased Typeยง

pub struct Streaming<T, B = BoxBody> { /* private fields */ }