[][src]Module tokio_util::udp

This is supported on crate features net and codec only.

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.