pub type CsvReader = Reader<File>;
CSV Reader backed by a File.
Reader
File
pub struct CsvReader { /* private fields */ }