Expand description
§uni-addr
Modules§
- listener
- Listener Types
Structs§
- UniAddr
- A unified address type that can represent:
Enums§
- Parse
Error - Errors that can occur when parsing a
UniAddrfrom a string. - Socket
Addr Deprecated - A unified address type that can represent both
std::net::SocketAddrand [unix::SocketAddr] (a wrapper over [std::os::unix::net::SocketAddr]). - UniAddr
Inner - See
UniAddr.
Constants§
- UNIX_
URI_ PREFIX - The prefix for Unix domain socket URIs.