this post was submitted on 26 Feb 2025
49 points (93.0% liked)

Rust Programming

8438 readers
37 users here now

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