Trait hyper::client::connect::Connection[][src]

pub trait Connection {
    fn connected(&self) -> Connected;
}
[]

Describes a type returned by a connector.

Required methods

fn connected(&self) -> Connected[src][]

Return metadata describing the connection.

Implementations on Foreign Types

impl Connection for TcpStream[src][]

Implementors

impl<T: AsyncRead + AsyncWrite + Connection + Unpin> Connection for MaybeHttpsStream<T>

impl<T: AsyncRead + AsyncWrite + Connection + Unpin> Connection for MaybeHttpsStream<T>