this post was submitted on 26 Feb 2025
48 points (90.0% liked)

Rust Programming

8972 readers
1 users here now

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] RustyNova@lemmy.world 4 points 6 months ago

It's super useful for TryStreams with next(). I often want to ? the result up, so that I can have a clean item in my while let loop