pub fn collect_errors<A, E, I: IntoIterator<Item = OxiEither<A, E>>>(
items: I,
) -> (Vec<A>, Vec<E>)Expand description
Collect OxiEither values from an iterator, accumulating errors.
pub fn collect_errors<A, E, I: IntoIterator<Item = OxiEither<A, E>>>(
items: I,
) -> (Vec<A>, Vec<E>)Collect OxiEither values from an iterator, accumulating errors.