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