this post was submitted on 26 Feb 2025
46 points (92.6% liked)

Rust Programming

8414 readers
90 users here now

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