Module resiter::oks

source ·

Traits

  • Extension trait for Iterator<Item = Result<T, E>> to get all Ts
  • Extend any Iterator with a process method, equivalent to a fallible for_each.