Enum serde_mtproto::error::SerErrorKind [] [src]

pub enum SerErrorKind {
    Msg(String),
    ExcessElements(u32),
    MapsWithUnknownLengthUnsupported,
    NotEnoughElements(u32u32),
    SeqsWithUnknownLengthUnsupported,
    StringTooLong(usize),
    UnsupportedSerdeType(SerSerdeType),
}

Serialization error kinds.

Variants

Trait Implementations

impl Debug for SerErrorKind
[src]

Formats the value using the given formatter.

impl Display for SerErrorKind
[src]

Formats the value using the given formatter. Read more