Struct libp2p_swarm::dial_opts::WithoutPeerId
source · pub struct WithoutPeerId {}
Implementations§
source§impl WithoutPeerId
impl WithoutPeerId
sourcepub fn address(self, address: Multiaddr) -> WithoutPeerIdWithAddress
pub fn address(self, address: Multiaddr) -> WithoutPeerIdWithAddress
Specify a single address to dial the unknown peer.