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

Required Methods§

Implementors§