pub type UdpSink = UdpFramedSink<LengthDelimitedCodec, Bytes>;Available on non-WebAssembly only.
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 */ }