<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Impl-Trait on rustbites</title><link>https://www.rustbites.com/tags/impl-trait/</link><description>Recent content in Impl-Trait on rustbites</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 06 Apr 2026 18:00:02 +0200</lastBuildDate><atom:link href="https://www.rustbites.com/tags/impl-trait/index.xml" rel="self" type="application/rss+xml"/><item><title>65. Precise Capturing — Stop impl Trait From Borrowing Too Much</title><link>https://www.rustbites.com/posts/bite-065/</link><pubDate>Mon, 06 Apr 2026 17:00:00 +0100</pubDate><guid>https://www.rustbites.com/posts/bite-065/</guid><description>&lt;p&gt;Ever had the compiler refuse to let you use a value after calling a function — even though the return type shouldn&amp;rsquo;t borrow it? &lt;code&gt;use&amp;lt;&amp;gt;&lt;/code&gt; bounds give you precise control over what &lt;code&gt;impl Trait&lt;/code&gt; actually captures.&lt;/p&gt;</description></item></channel></rss>