Enum avro::DecodeErrorKind [] [src]

pub enum DecodeErrorKind {
    ReadFailed(Error),
    InvalidBoolean,
    IntegerOverflow,
    NegativeLength,
    InvalidUtf8(Utf8Error),
}

Variants

Trait Implementations

impl Debug for DecodeErrorKind
[src]

Formats the value using the given formatter.