populate_table_timelogs_by_milestone

Function populate_table_timelogs_by_milestone 

Source
pub fn populate_table_timelogs_by_milestone<'a>(
    time_logs: &[TimeLog],
) -> (Vec<Vec<String>>, &'a [&'a str])
Expand description

Assemble data for a table with time statistics for all milestones. Returns a tuple of the table data and the table header.