Skip to main content

remove_task_subtree

Function remove_task_subtree 

Source
pub fn remove_task_subtree(
    track: &mut Track,
    task_id: &str,
) -> Option<(Task, TaskLocation)>
Expand description

Remove a task (with its entire subtree) from its current position. Returns the task and its original location.