create_csv_with_writer

Function create_csv_with_writer 

Source
fn create_csv_with_writer(
    time_logs: &Vec<TimeLog>,
    path: PathBuf,
    writer: &impl CsvWriter,
) -> Result<(), CsvError>
Expand description

Implementation of create_csv() that takes a CsvWriter to write the file.