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

Required Methods§

Implementors§