Struct crust::PubConnectionInfo[][src]

pub struct PubConnectionInfo<UID> { /* fields omitted */ }

Contact info used to connect to another peer.

Methods

impl<UID: Uid> PubConnectionInfo<UID>
[src]

Returns the UID of the node that created this connection info.

Trait Implementations

impl<UID: Debug> Debug for PubConnectionInfo<UID>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<UID> Send for PubConnectionInfo<UID> where
    UID: Send

impl<UID> Sync for PubConnectionInfo<UID> where
    UID: Sync