Expand description
Unix datagram types.
Structs
Owned receive half of a UnixDatagram
, created by into_split
.
Owned send half of a UnixDatagram
, created by into_split
.
Borrowed receive half of a UnixDatagram
, created by split
.
Error indicating that two halves were not from the same socket, and thus could
not be reunite
d.
Borrowed send half of a UnixDatagram
, created by split
.