Module udp
tokio_
util
0.7.13
Module udp
Module Items
Structs
In crate tokio_
util
Modules
codec
compat
either
io
net
sync
udp
tokio_util
Module
udp
Copy item path
Settings
Help
Summary
source
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.