Crate fallible_map

Source

Structs§

FallibleMapIterator
A fallible map iterator that maps a function returning a Result over the elements of the underlying iterator.

Traits§

ExtractOption
fallible_map_ext provides utilities for fallible mapping over Option types and iterators, allowing the use of functions that can return Results. A helper trait to extract the inner value of an optional container.
FallibleMapExt
Extend Option with fallible methods.
FallibleMapIteratorExt
Extend iterator with fallible map functionality.