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