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

This is supported on crate feature net only.

Unix domain socket utility types

Modules

datagramnet

Unix datagram types.

Structs

OwnedReadHalfnet

Owned read half of a UnixStream, created by into_split.

OwnedWriteHalfnet

Owned write half of a UnixStream, created by into_split.

ReadHalfnet

Borrowed read half of a UnixStream, created by split.

ReuniteErrornet

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

SocketAddrnet

An address associated with a Tokio Unix socket.

UCrednet

Credentials of a process

WriteHalfnet

Borrowed write half of a UnixStream, created by split.