pub trait Connection {
    fn connected(&self) -> Connected;
}
Available 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

Implementors