pub trait IsFeelerConn {
    fn is_feeler_conn(&self) -> bool;
}

Required Methods§

Implementors§