[][src]Module tokio_util::udp

This is supported on feature="udp" and feature="codec" only.

UDP framing

Structs

UdpFramedfeature="udp" and feature="codec"

A unified Stream and Sink interface to an underlying UdpSocket, using the Encoder and Decoder traits to encode and decode frames.