V
Size: a a a
V
V
V
V
p
B
B
AN
p
B
B
Э
p
T
let client = Client::builder().build::<_, hyper::Body>(https);
| ^^^^^ the trait `hyper::client::connect::Connect` is not implemented for `hyper_tls::client::HttpsConnector<hyper::client::connect::http::HttpConnector>`
248 | .request(req)
| ^^^^^^^ method not found in `hyper::client::Client<hyper_tls::client::HttpsConnector<hyper::client::connect::http::HttpConnector>>`
Э
hyper::client::connect::Connect
is not implemented for hyper_tls::client::HttpsConnector<hyper::client::connect::http::HttpConnector>
T
MB
let client = Client::builder().build::<_, hyper::Body>(https);
| ^^^^^ the trait `hyper::client::connect::Connect` is not implemented for `hyper_tls::client::HttpsConnector<hyper::client::connect::http::HttpConnector>`
248 | .request(req)
| ^^^^^^^ method not found in `hyper::client::Client<hyper_tls::client::HttpsConnector<hyper::client::connect::http::HttpConnector>>`
T
let https = HttpsConnector::new();
let client = Client::builder().build::<_, hyper::Body>(https);
T