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ยง
pub 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.
pub struct InboundFrameStream { /* private fields */ }