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