pub fn fold_op<F, T: AstInfo, T2: AstInfo>(folder: &mut F, node: Op) -> Opwhere F: Fold<T, T2> + ?Sized,