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