pub fn fold_expr_group<F>(f: &mut F, node: ExprGroup) -> ExprGroup where
    F: Fold + ?Sized
Available on crate feature fold only.