Type Alias OutboundFrameSender

Source
pub type OutboundFrameSender = PollSender<OutboundFrame>;
Expand description

Used by a local task to send OutboundFrames to a peer on the stream or flow associated with this channel.

Aliased Typeยง

struct OutboundFrameSender { /* private fields */ }