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