pub fn with_labels_for_task<F, T>(task_id: TaskId, f: F) -> T
where F: FnOnce(&mut Labels) -> T,
Expand description

Apply the given function to the Labels for the specified task