Module try_map

Source

Structs§

TryMapErr
TryMapOk

Traits§

TryMap
Extension trait for Iterator<Item = Result<O, E>> to selectively transform and map Oks and Errors.