[][src]Module resiter::oks

Traits

GetOks

Extension trait for Iterator<Item = Result<T, E>> to get all Ts

Oks

Extend any Iterator with a process method, equivalent to a fallible for_each.