Type Definition csv_line::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

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