Available on crate feature
net
only.Expand description
TCP utility types.
Structsยง
- Owned
Read Half - Owned read half of a
TcpStream
, created byinto_split
. - Owned
Write Half - Owned write half of a
TcpStream
, created byinto_split
. - Read
Half - Borrowed read half of a
TcpStream
, created bysplit
. - Reunite
Error - Error indicating that two halves were not from the same socket, and thus could not be reunited.
- Write
Half - Borrowed write half of a
TcpStream
, created bysplit
.