Trait Connection

trait Connection

Describes a type returned by a connector.

Required Methods

fn connected(self: &Self) -> Connected

Return metadata describing the connection.

Implementors