Client

Type Alias Client 

Source
pub type Client = Client<Compat<TcpStream>>;
Expand description

The connection type

Aliased Typeยง

pub struct Client { /* private fields */ }