Type Alias gix_revision::graph::IdMap
source · pub type IdMap<T> = HashMap<ObjectId, T, Builder>;
Expand description
A mapping between an object id and arbitrary data, and produced when calling Graph::detach()
.
Aliased Type§
struct IdMap<T> { /* private fields */ }