Traitsยง
- Fallible
MapExt - Extend
Optionwith a fallible map method - Flip
Result Ext - Extend
Option<Result<T>>and Vec<Result> with a flipmethod that scavenges the innerResulttype and brings it to the outernmost type for easy error handling.
Option with a fallible map methodOption<Result<T>> and Vec<Resultflip method that scavenges the inner Result
type and brings it to the outernmost type for easy error handling.