Struct rift::TransportError [] [src]

pub struct TransportError {
    pub kind: TransportErrorKind,
    pub message: String,
}

Fields

Methods

impl TransportError
[src]

Trait Implementations

impl Debug for TransportError
[src]

Formats the value using the given formatter.

impl Display for TransportError
[src]

Formats the value using the given formatter.