pub type InboundFrameStream = Receiver<InboundFrame>;
Expand description
Used by a local task to receive InboundFrame
s (data) on the stream or
flow associated with this channel.
Aliased Typeยง
struct InboundFrameStream { /* private fields */ }
pub type InboundFrameStream = Receiver<InboundFrame>;
Used by a local task to receive InboundFrame
s (data) on the stream or
flow associated with this channel.
struct InboundFrameStream { /* private fields */ }