Struct avro_rs::DecodeError[][src]

pub struct DecodeError(_);

Describes errors happened while decoding Avro data.

Methods

impl DecodeError
[src]

Trait Implementations

impl Debug for DecodeError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DecodeError

impl Sync for DecodeError