pub type UdpSink = UdpFramedSink<LengthDelimitedCodec, Bytes>;
Expand description
A UDP length-delimited frame Sink
(sending).
Aliased Typeยง
pub struct UdpSink { /* private fields */ }
pub type UdpSink = UdpFramedSink<LengthDelimitedCodec, Bytes>;
A UDP length-delimited frame Sink
(sending).
pub struct UdpSink { /* private fields */ }