Expand description
Structs
A future used to receive a datagram from a UDP socket.
A future used to write the entire contents of some data to a UDP socket.
A unified Stream
and Sink
interface to an underlying UdpSocket
, using
the Encoder
and Decoder
traits to encode and decode frames.
An I/O object representing a UDP socket.