Struct avro::DecodeError [] [src]

pub struct DecodeError {
    pub kind: DecodeErrorKind,
}

Fields

Trait Implementations

impl Debug for DecodeError
[src]

Formats the value using the given formatter.

impl From<Error> for DecodeError
[src]

Performs the conversion.

impl From<FromUtf8Error> for DecodeError
[src]

Performs the conversion.