Module try_filter

Source

Structs§

TryFilterErr
TryFilterOk

Traits§

TryFilter
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