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