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

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

Describes a type returned by a connector.

Required methods

Return metadata describing the connection.

Implementations on Foreign Types

This is supported on crate feature tcp only.

Implementors