pub fn create_csv( time_logs: &Vec<TimeLog>, path: PathBuf, ) -> Result<(), CsvError>
Creates a CSV file at path which contains the given time logs.
path
Possible errors can be seen in CsvError.
CsvError