pub fn visit_connection_rule_pattern<'ast, V, T>( visitor: &mut V, node: &'ast ConnectionRulePattern, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,