pub fn fold_value<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: Value, ) -> Valuewhere F: Fold<T, T2> + ?Sized,