pub trait RelayAddress {
    // Required method
    fn relay_address(
        self: Arc<Self>,
        originator: NodeId,
        addr: &Address,
        reachable: bool
    );
}

Required Methods§

source

fn relay_address( self: Arc<Self>, originator: NodeId, addr: &Address, reachable: bool )

Implementors§