pub trait Connection {
// Required method
fn connected(&self) -> Connected;
}
Expand description
Describes a type returned by a connector.
pub trait Connection {
// Required method
fn connected(&self) -> Connected;
}
Describes a type returned by a connector.