create_table_total_time_by_label

Function create_table_total_time_by_label 

Source
fn create_table_total_time_by_label(
    time_logs: &[TimeLog],
    label_filter: Option<&HashSet<String>>,
    label_others: Option<&Label>,
) -> Table
Expand description

Creates the Table that shows the time spent per label.