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]

[src]

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

Trait Implementations

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

[src]

Formats the value using the given formatter.