pub fn set_name_for_task(
    task_id: TaskId,
    task_name: impl Into<TaskName>
) -> Option<TaskName>
Expand description

Set the debug name for a task, returning the old name, if any