pub trait CompilableMut { // Required method fn compile_mut( &mut self, ctx: &Arc<Mutex<Context>>, ) -> Result<bool, Box<dyn Error>>; }