Enum airmash_protocol_v5::SerializeErrorType[][src]

pub enum SerializeErrorType {
    ArrayTooLarge(usize),
    InvalidFlagId(u16),
}

Variants

Trait Implementations

impl Debug for SerializeErrorType
[src]

Formats the value using the given formatter. Read more

impl Display for SerializeErrorType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations