1 2 3
pub type RepoIter<'a> = pkgcraft::repo::Iter<'a>; pub type RepoIterRestrict<'a> = pkgcraft::repo::IterRestrict<'a>; pub type RepoSetIter<'a> = pkgcraft::repo::set::Iter<'a>;