Struct csv::LocatableError
[−]
[src]
pub struct LocatableError<T> { pub record: u64, pub field: u64, pub err: T, }
An error tagged with a location at which it occurred.
Fields
record | The record number (starting at 1). |
field | The field number (starting at 1). |
err | The error. |