pub trait Connection { fn connected(&self) -> Connected; }
Describes a type returned by a connector.
Return metadata describing the connection.