pub type Client = Client<Compat<TcpStream>>;
The connection type
pub struct Client { /* private fields */ }