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

pub trait Connection {
    pub fn connected(&self) -> Connected;
}
This is supported on crate feature client only.

Describes a type returned by a connector.

Required methods

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

Return metadata describing the connection.

Loading content...

Implementations on Foreign Types

impl Connection for TcpStream[src]

This is supported on crate feature tcp only.
Loading content...

Implementors

Loading content...