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