tokio_
util
0.7.13
Module udp
Module Items
Structs
In crate tokio_
util
tokio_util
Module
udp
Copy item path
Source
Available on
crate features
net
and
codec
only.
Expand description
UDP framing
Structs
ยง
UdpFramed
A unified
Stream
and
Sink
interface to an underlying
UdpSocket
, using the
Encoder
and
Decoder
traits to encode and decode frames.