Expand description
TCP utility types.
Structs§
- Owned read half of a
TcpStream
, created byinto_split
. - Owned write half of a
TcpStream
, created byinto_split
. - Error indicating that two halves were not from the same socket, and thus could not be reunited.