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