Struct crust::ConnectionInfoResult [] [src]

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

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<UID: Debug> Debug for ConnectionInfoResult<UID>
[src]

[src]

Formats the value using the given formatter.