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

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

Describes a type returned by a connector.

Required methods

fn connected(&self) -> Connected

Return metadata describing the connection.

Loading content...

Implementations on Foreign Types

impl Connection for TcpStream[src]

Loading content...

Implementors

Loading content...