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