logo

Module cap_async_std::os::unix::net[][src]

Expand description

Unix-specific networking functionality

This corresponds to async_std::os::unix::net.

Structs

An iterator over incoming connections to a UnixListener.

An address associated with a Unix socket.

A Unix datagram socket.

A structure representing a Unix domain socket server.

A Unix stream socket.