Expand description
Unix specific network types.
Modulesยง
- listener ๐
- pipe
- Unix pipe types.
- socket ๐
- socketaddr ๐
- split ๐
UnixStream
split support.- split_
owned ๐ UnixStream
owned split support.- stream ๐
- ucred ๐
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
.