[][src]Module tokio::net::unix::datagram

This is supported on crate feature uds only.

Unix datagram types.

Structs

OwnedRecvHalf

Owned receive half of a UnixDatagram, created by into_split.

OwnedSendHalf

Owned send half of a UnixDatagram, created by into_split.

RecvHalf

Borrowed receive half of a UnixDatagram, created by split.

ReuniteError

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

SendHalf

Borrowed send half of a UnixDatagram, created by split.