pub trait QueryMut {
    fn execute_mut(&mut self, context: &mut (dyn Any + 'static)) -> ControlFlow;
}

Required Methods§

Implementors§