Module tokio::net::tcp

source · []
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.
Borrowed read half of a TcpStream, created by split.
Error indicating that two halves were not from the same socket, and thus could not be reunited.
Borrowed write half of a TcpStream, created by split.