Module unix

Source
Expand description

Definitions related to unix domain socket support.

To avoid confusion, don’t import SocketAddr from this module directly; instead, import the module and refer to unix::SocketAddr.

Structs§

NoAfUnixSocketSupport
Error: Unix domain sockets are not supported on this platform.
SocketAddrUnix
A replacement/re-export std::os::unix::net::SocketAddr.

Type Aliases§

NoUnixAddressSupportDeprecated
Deprecated name for NoAfUnixSocketSupport