Expand description
TCP utility types.
Structsยง
- OwnedRead Half 
- Owned read half of a TcpStream, created byinto_split.
- OwnedWrite Half 
- Owned write half of a TcpStream, created byinto_split.
- ReadHalf 
- Borrowed read half of a TcpStream, created bysplit.
- ReuniteError 
- Error indicating that two halves were not from the same socket, and thus could not be reunited.
- WriteHalf 
- Borrowed write half of a TcpStream, created bysplit.