Trait hyper::client::connect::Connection
source · pub trait Connection {
// Required method
fn connected(&self) -> Connected;
}
Available on crate feature
client
only.Expand description
Describes a type returned by a connector.
Required Methods§
Implementations on Foreign Types§
source§impl Connection for TcpStream
Available on crate feature tcp
only.
impl Connection for TcpStream
Available on crate feature
tcp
only.