Expand description
Unix specific network types.
Modulesยง
- listener ๐
- Unix pipe types.
- socket ๐
- socketaddr ๐
- split ๐
UnixStream
split support. - split_owned ๐
UnixStream
owned split support. - stream ๐
- ucred ๐
Structsยง
- Owned read half of a
UnixStream
, created byinto_split
. - Owned write half of a
UnixStream
, created byinto_split
. - Borrowed read half of a
UnixStream
, created bysplit
. - Error indicating that two halves were not from the same socket, and thus could not be reunited.
- An address associated with a Tokio Unix socket.
- Credentials of a process.
- Borrowed write half of a
UnixStream
, created bysplit
.
Type Aliasesยง
- A type representing user ID.
- A type representing group ID.
- A type representing process and process group IDs.