[][src]Module tokio::net::udp

This is supported on feature="udp" only.

UDP utility types.

Structs

RecvHalffeature="udp"

The recv half after split.

ReuniteErrorfeature="udp"

Error indicating two halves were not from the same socket, and thus could not be reunited.

SendHalffeature="udp"

The send half after split.