Struct crust::ConnectionInfoResult [] [src]

pub struct ConnectionInfoResult {
    pub result_token: u32,
    pub result: Res<PrivConnectionInfo>,
}

The result of a Service::prepare_contact_info call.

Fields

The token that was passed to prepare_connection_info.

The new contact info, if successful.

Trait Implementations

impl Debug for ConnectionInfoResult
[src]

Formats the value using the given formatter.