1.10.0[][src]Module std::os::unix::net

This is supported on Unix only.

Unix-specific networking functionality

Structs

IncomingUnix

An iterator over incoming connections to a UnixListener.

SocketAddrUnix

An address associated with a Unix socket.

UnixDatagramUnix

A Unix datagram socket.

UnixListenerUnix

A structure representing a Unix domain socket server.

UnixStreamUnix

A Unix stream socket.