Type Definition git_odb::loose::iter::Iter[][src]

pub type Iter = FilterMap<DirEntryIter, fn(_: Result<DirEntry, Error>) -> Option<Result<ObjectId, Error>>>;
Expand description

The type for an iterator over Result<git_hash::ObjectId, Error>)