resiter

Module try_filter

Source

Structs§

Traits§

  • Extension for Iterator<Item = Result<O, E>> to filter the Ok() and leaving the Err() as is, but allowing the filter to return a Result<bool, E> itself