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ยง
pub struct InboundFrameStream { /* private fields */ }pub type InboundFrameStream = Receiver<InboundFrame>;Used by a local task to receive InboundFrames (data) on the stream or
flow associated with this channel.
pub struct InboundFrameStream { /* private fields */ }