Type Alias InboundFrameStream

Source
pub type InboundFrameStream = Receiver<InboundFrame>;
Expand description

Used by a local task to receive InboundFrames (data) on the stream or flow associated with this channel.

Aliased Typeยง

struct InboundFrameStream { /* private fields */ }