this post was submitted on 26 Feb 2025
7 points (76.9% liked)

Rust Programming

8728 readers
1 users here now

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 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