Module libimagerror::iter

source ·

Structs

Iterator helper for Unwrap with exiting on error
An iterator that unwraps the Ok items of iter, while passing the Err items to its closure f.

Traits

This trait provides methods that make it easier to work with iterators that yield a Result.