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

Required Methods§

Implementors§