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