Struct dbase::Error[][src]

pub struct Error { /* fields omitted */ }
Expand description

The error type for this crate

Implementations

Returns the kind of error that happened

Returns the index of record index for which the error occurred

0 may be the first record or an error that occurred before handling the first record (eg: an error reading the header)

Returns the information of the record field for which the error occurred

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.