std::either::Rights

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

An iterator yielding the Right values of its source