resiter
0.5.0
Module try_
filter
Module Items
Structs
Traits
In crate resiter
resiter
Module
try_filter
Copy item path
Source
Structs
§
TryFilter
Err
TryFilter
Ok
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