Type Alias hyper::client::connect::http::BoxConnecting

source ·
type BoxConnecting = Pin<Box<dyn Future<Output = Result<TcpStream, ConnectError>> + Send>>;

Aliased Type§

struct BoxConnecting {}