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§
- Incoming
- A stream of incoming Unix connections.
- Unix
Datagram - A Unix datagram socket.
- Unix
Listener - A Unix server, listening for connections.
- Unix
Stream - A Unix connection.