pub type Result<T> = Result<T, Error>;
A type alias for Result<T, csv_line::Error>
Result<T, csv_line::Error>