Struct avro_rs::ValidationError[][src]

pub struct ValidationError(_);

Describes errors happened while validating Avro data.

Methods

impl ValidationError
[src]

Trait Implementations

impl Debug for ValidationError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations