pub type HttpClient = Client<HttpsConnector<HttpConnector>>;
struct HttpClient { /* private fields */ }