Available on crate features
client
and tcp-client
only.Expand description
§TCP client
This module contains the implementation of the TCP client, based
on tokio::net::TcpStream
.
Structs§
- TcpClient
- The TCP client.