Struct avro_rs::types::SchemaResolutionError[][src]

pub struct SchemaResolutionError(_);

Describes errors happened while performing schema resolution on Avro data.

Methods

impl SchemaResolutionError
[src]

Trait Implementations

impl Debug for SchemaResolutionError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations