Enum probor::DecodeError [] [src]

pub enum DecodeError {
    AbsentField(&'static str),
    WrongArrayLength(usize),
    DuplicateKey,
    UnexpectedNull,
    WrongType(&'static strDecodeError),
    WrongValue(&'static str),
    BadFieldValue(&'static strBox<DecodeError>),
    BadArrayElement(usizeBox<DecodeError>),
    SkippingError(DecodeError),
}

Variants

Trait Implementations

impl Debug for DecodeError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for DecodeError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for DecodeError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for DecodeError

impl Sync for DecodeError