TcpClient

Type Alias TcpClient 

Source
pub type TcpClient = Client<TcpTransport>;
Expand description

Type alias for a client using a TCP connection.

Aliased Typeยง

pub struct TcpClient { /* private fields */ }