pub trait ConnType {
    // Required method
    fn conn_type(&self) -> Option<ConnectionType>;
}

Required Methods§

Implementors§