std::either::Lefts

type Lefts<L, R, Iter> = FilterMap<'static, Either<L, R>, L, Iter>;

An iterator yielding the Left values of its source