pub type Reader<R> = BufReader<BufReader<R>>;Expand description
CSV file reader using std::io::BufReader
See ReaderBuilder to construct a CSV reader with options and the
module-level documentation for more details and examples
Aliased Type§
pub struct Reader<R> { /* private fields */ }