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

This is supported on crate feature udp only.

UDP utility types.

Structs

RecvHalf

The recv half after split.

ReuniteError

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

SendHalf

The send half after split.