[][src]Module libimagerror::iter

Structs

UnwrapExit

Iterator helper for Unwrap with exiting on error

UnwrapWith

An iterator that unwraps the Ok items of iter, while passing the Err items to its closure f.

Traits

TraceIterator

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