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