pub type UdpFramedSink<Codec, Item> = SplitSink<UdpFramed<Codec>, (Item, SocketAddr)>;
Available on non-WebAssembly only.
Expand description
A framed UDP Sink
(sending).
Aliased Typeยง
pub struct UdpFramedSink<Codec, Item> { /* private fields */ }
pub type UdpFramedSink<Codec, Item> = SplitSink<UdpFramed<Codec>, (Item, SocketAddr)>;
A framed UDP Sink
(sending).
pub struct UdpFramedSink<Codec, Item> { /* private fields */ }