Struct crust::PubConnectionInfo [] [src]

pub struct PubConnectionInfo {
    // some fields omitted
}

Contact info used to connect to another peer.

Methods

impl PubConnectionInfo
[src]

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

Trait Implementations

impl Debug for PubConnectionInfo
[src]

Formats the value using the given formatter.

impl Encodable for PubConnectionInfo
[src]

impl Decodable for PubConnectionInfo
[src]