Enum libp2p_core::connection::Endpoint [−][src]
pub enum Endpoint { Dialer, Listener, }
The endpoint roles associated with a peer-to-peer communication channel.
Variants
The socket comes from a dialer.
The socket comes from a listener.
Implementations
impl Endpoint
[src]
impl Endpoint
[src]Trait Implementations
impl From<&'_ ConnectedPoint> for Endpoint
[src]
impl From<&'_ ConnectedPoint> for Endpoint
[src]fn from(endpoint: &ConnectedPoint) -> Endpoint
[src]
impl From<ConnectedPoint> for Endpoint
[src]
impl From<ConnectedPoint> for Endpoint
[src]