Module unix
Unix specific network types.
Modules
- pipe Unix pipe types.
Structs
-
OwnedReadHalf
Owned read half of a
UnixStream, created byinto_split. -
OwnedWriteHalf
Owned write half of a
UnixStream, created byinto_split. -
ReadHalf
Borrowed read half of a
UnixStream, created bysplit. - ReuniteError Error indicating that two halves were not from the same socket, and thus could not be reunited.
- SocketAddr An address associated with a Tokio Unix socket.
- UCred Credentials of a process.
-
WriteHalf
Borrowed write half of a
UnixStream, created bysplit.