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