pub type OutboundFrameSender = PollSender<OutboundFrame>;
Expand description
Used by a local task to send OutboundFrame
s to a peer on the
stream or flow associated with this channel.
Aliased Typeยง
struct OutboundFrameSender { /* private fields */ }