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