Traitsยง
- Fallible
MapExt - Extend
Option
with a fallible map method - Flip
Result Ext - Extend
Option<Result<T>>
and Vec<Result> with a flip
method that scavenges the innerResult
type 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.