Struct rift::ProtocolError [] [src]

pub struct ProtocolError {
    pub kind: ProtocolErrorKind,
    pub message: String,
}

Fields

Methods

impl ProtocolError
[src]

Trait Implementations

impl Debug for ProtocolError
[src]

Formats the value using the given formatter.

impl Display for ProtocolError
[src]

Formats the value using the given formatter.