Function shuttle::current::get_label_for_task

source ยท
pub fn get_label_for_task<T: Clone + Debug + 'static>(
    task_id: TaskId
) -> Option<T>
Expand description

Get a label of the given type for the specified task, if any