Enum airmash_protocol_v5::DeserializeErrorType[][src]

pub enum DeserializeErrorType {
    UnexpectedEndOfMessage,
    Utf8Error(FromUtf8Error),
    InvalidEnumValue(usize),
}

Variants

Trait Implementations

impl Debug for DeserializeErrorType
[src]

Formats the value using the given formatter. Read more

impl Display for DeserializeErrorType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations