pub type TcpClient = Client<TcpTransport>;Expand description
Type alias for a client using a TCP connection.
Aliased Typeยง
pub struct TcpClient { /* private fields */ }pub type TcpClient = Client<TcpTransport>;Type alias for a client using a TCP connection.
pub struct TcpClient { /* private fields */ }