Struct avro::IdlError [] [src]

pub struct IdlError {
    pub kind: IdlErrorKind,
    pub line: usize,
    pub column: usize,
}

Fields

Methods

impl IdlError
[src]

Trait Implementations

impl Debug for IdlError
[src]

Formats the value using the given formatter.

impl Clone for IdlError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more