Expand description
Unix domain sockets.
This module is an async version of std::os::unix::net
.
Re-exports
pub use std::os::unix::net::SocketAddr;
Structs
- A stream of incoming Unix connections.
- A Unix datagram socket.
- A Unix server, listening for connections.
- A Unix connection.