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