Skip to main content

StatusChangeMatrix

Type Alias StatusChangeMatrix 

Source
pub type StatusChangeMatrix = (Vec<String>, Vec<(i32, i32, i64)>);
Expand description

The result of HistoricalTask::status_change_matrix: the available snapshot-date labels (newest first) and the (previous_status, current_status, task_count) transition cells.