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§
- NoAf
Unix Socket Support - Error: Unix domain sockets are not supported on this platform.
- Socket
Addr Unix - A replacement/re-export
std::os::unix::net::SocketAddr
.
Type Aliases§
- NoUnix
Address Support Deprecated - Deprecated name for
NoAfUnixSocketSupport