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

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

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]

impl<T> Connection for MaybeHttpsStream<T> where
    T: Unpin + Connection + AsyncRead + AsyncWrite
[src]

Loading content...

Implementors

Loading content...