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

Unix domain socket bindings for tokio (only available on unix systems).

Modules

split

UnixStream split support.

Structs

UCred

Credentials of a process

UnixDatagram

An I/O object representing a Unix datagram socket.

UnixListener

A Unix socket which can accept connections from other Unix sockets.

UnixStream

A structure representing a connected Unix socket.