Expand description
Unix domain socket utility types
Modules
Unix datagram types.
Structs
Stream of listeners
Owned read half of a UnixStream
, created by into_split
.
Owned write half of a UnixStream
, created by into_split
.
Borrowed read half of a UnixStream
, created by split
.
Error indicating that two halves were not from the same socket, and thus could not be reunited.
Credentials of a process
Borrowed write half of a UnixStream
, created by split
.