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

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

Describes a type returned by a connector.

Required methods

Return metadata describing the connection.

Implementations on Foreign Types

Implementors