get_mut
Method
This is a method of the TodoList class in the planning module.Get mutable item by ID.
Signature
Parameters
No description available.
Returns
The result of the operation.
get_mut: Get mutable item by ID.
This is a method of the TodoList class in the planning module.Get mutable item by ID.
def get_mut(&mut self, id: &str) -> Option<&mut TodoItem>