create_csv

Function create_csv 

Source
pub fn create_csv(
    time_logs: &Vec<TimeLog>,
    path: PathBuf,
) -> Result<(), CsvError>
Expand description

Creates a CSV file at path which contains the given time logs.

ยงErrors

Possible errors can be seen in CsvError.