pub fn fold_value_error<F, T, T2>( folder: &mut F, node: ValueError, ) -> ValueErrorwhere T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,