pub fn visit_mut_immediate_error_message<V, T>( _visitor: &mut V, _imm: &mut Immediate<Arc<str>>, ) -> ControlFlow<T>where V: VisitMut<T> + ?Sized,