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