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

type Type = FilterMap<DirEntryIter, fn(_: Result<DirEntry, Error>) -> Option<Result<ObjectId, Error>>>;

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