<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Controlflow on rustbites</title><link>https://www.rustbites.com/tags/controlflow/</link><description>Recent content in Controlflow on rustbites</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 21 Apr 2026 13:57:49 +0200</lastBuildDate><atom:link href="https://www.rustbites.com/tags/controlflow/index.xml" rel="self" type="application/rss+xml"/><item><title>94. ControlFlow::is_break and is_continue — Ask the Flow Which Way It Went</title><link>https://www.rustbites.com/posts/bite-094/</link><pubDate>Tue, 21 Apr 2026 09:00:00 +0100</pubDate><guid>https://www.rustbites.com/posts/bite-094/</guid><description>&lt;p&gt;Got a &lt;code&gt;ControlFlow&lt;/code&gt; back from &lt;code&gt;try_fold&lt;/code&gt; or a visitor and just want to know which variant you&amp;rsquo;re holding? Before 1.95 you either pattern-matched or reached for &lt;code&gt;matches!&lt;/code&gt;. Rust 1.95 adds straightforward &lt;code&gt;.is_break()&lt;/code&gt; and &lt;code&gt;.is_continue()&lt;/code&gt; methods.&lt;/p&gt;</description></item></channel></rss>