pub fn fold_expr_unary<F>(f: &mut F, node: ExprUnary) -> ExprUnary where
    F: Fold + ?Sized
This is supported on crate feature fold only.