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

Required Methods§

Implementors§