47
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 Feb 2025
47 points (89.8% liked)
Rust Programming
8751 readers
21 users here now
founded 6 years ago
MODERATORS
It's super useful for
TryStream
s withnext()
. I often want to?
the result up, so that I can have a clean item in mywhile let
loop