pub trait MaybeSendAddr {
    // Required method
    fn maybe_send_addr(
        self: Arc<Self>,
        node: Amo<Box<dyn NodeInterface>>,
        peer: &mut Peer,
        current_time: OffsetDateTime
    );
}

Required Methods§

source

fn maybe_send_addr( self: Arc<Self>, node: Amo<Box<dyn NodeInterface>>, peer: &mut Peer, current_time: OffsetDateTime )

Implementors§