Struct libp2p_swarm::handler::AddressChange
source · pub struct AddressChange<'a> {
pub new_address: &'a Multiaddr,
}
Expand description
ConnectionEvent
variant that informs the handler about a change in the address of the remote.
Fields§
§new_address: &'a Multiaddr