hyper_util::client::legacy::connect::http

Type Alias BoxConnecting

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

Aliased Typeยง

struct BoxConnecting {}