pub fn sequence_either<A: Clone, E: Clone, I: IntoIterator<Item = OxiEither<A, E>>>( items: I, ) -> OxiEither<Vec<A>, E>
Sequence a list of OxiEither values, stopping at the first Right.
OxiEither
Right