tokio_util
0.7.12
Module udp
Structs
In crate tokio_util
Module
tokio_util
::
udp
Copy item path
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.