pub fn fold_key_constraint<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: KeyConstraint, ) -> KeyConstraintwhere F: Fold<T, T2> + ?Sized,