1.10.0[−][src]Module std::os::unix::net
This is supported on Unix only.
Unix-specific networking functionality
Structs
| Incoming | [ Unix ] An iterator over incoming connections to a |
| SocketAddr | [ Unix ] An address associated with a Unix socket. |
| UnixDatagram | [ Unix ] A Unix datagram socket. |
| UnixListener | [ Unix ] A structure representing a Unix domain socket server. |
| UnixStream | [ Unix ] A Unix stream socket. |