Module resiter::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