Trait samotop::protocol::HasPeer

source ·
pub trait HasPeerwhere
    Self: Sized,
{ fn peer(
        self,
        local: Option<SocketAddr>,
        peer: Option<SocketAddr>
    ) -> WithPeer<Self> { ... } }

Provided Methods

Implementors