Struct avro_rs::schema::ParseSchemaError[][src]

pub struct ParseSchemaError(_);

Describes errors happened while parsing Avro schemas.

Methods

impl ParseSchemaError
[src]

Trait Implementations

impl Debug for ParseSchemaError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations