Struct libp2p_core::connection::OutgoingInfo [−][src]
Borrowed information about an outgoing connection currently being negotiated.
Fields
address: &'a Multiaddr
peer_id: Option<&'a PeerId>
Implementations
impl<'a> OutgoingInfo<'a>
[src]
impl<'a> OutgoingInfo<'a>
[src]pub fn to_connected_point(&self) -> ConnectedPoint
[src]
Builds a ConnectedPoint
corresponding to the outgoing connection.
Trait Implementations
impl<'a> Clone for OutgoingInfo<'a>
[src]
impl<'a> Clone for OutgoingInfo<'a>
[src]