Open
Description
I just created the label "fallible-iterator" and labelled (only opened) related issues and pull requests where the iterator item is fallible: results mostly, options too.
It's one recurring topic, and a proper discussion might be useful.
To start, I think our adaptors of iterators of results should be _ok
-suffixed.
try_
-prefixed should be reserved to methods tied to the currently unstable Try
trait.