Crate try_map

Source

Traitsยง

FallibleMapExt
Extend Option with a fallible map method
FlipResultExt
Extend Option<Result<T>> and Vec<Result> with a flip method that scavenges the inner Result type and brings it to the outernmost type for easy error handling.