pub trait QueryMut { // Required method fn execute_mut(&mut self, context: &mut dyn Any) -> ControlFlow; }