pub fn fold_privilege<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: Privilege, ) -> Privilegewhere F: Fold<T, T2> + ?Sized,