Available on Unix and crate feature
net
only.Expand description
Unix specific network types.
Modules§
- pipe
- Unix pipe types.
Structs§
- Owned
Read Half - Owned read half of a
UnixStream
, created byinto_split
. - Owned
Write Half - Owned write half of a
UnixStream
, created byinto_split
. - Read
Half - Borrowed read half of a
UnixStream
, created bysplit
. - Reunite
Error - Error indicating that two halves were not from the same socket, and thus could not be reunited.
- Socket
Addr - An address associated with a Tokio Unix socket.
- UCred
- Credentials of a process.
- Write
Half - Borrowed write half of a
UnixStream
, created bysplit
.