1.10.0[][src]Module boolean_enums::lstd::os::unix::net

This is supported on Unix only.

Unix-specific networking functionality

Structs

Incoming[
Unix
]

An iterator over incoming connections to a UnixListener.

SocketAddr[
Unix
]

An address associated with a Unix socket.

UnixDatagram[
Unix
]

A Unix datagram socket.

UnixListener[
Unix
]

A structure representing a Unix domain socket server.

UnixStream[
Unix
]

A Unix stream socket.