pub fn get_label_for_task<T: Clone + Debug + 'static>( task_id: TaskId, ) -> Option<T>
Get a label of the given type for the specified task, if any