[−][src]Module async_net::unix
Unix domain sockets.
This module is an async version of std::os::unix::net.
Re-exports
pub use std::os::unix::net::SocketAddr; |
Structs
| Incoming | A stream of incoming Unix connections. |
| UnixDatagram | A Unix datagram socket. |
| UnixListener | A Unix server, listening for connections. |
| UnixStream | A Unix connection. |