Module libreda_db::index
source · Expand description
Data structure for creating indices related to some other type. This is used to create handles for data stored in hash maps.
Structs
- An identifier for an arbitrary type
T. This is a wrapper aroundusizewhich is bound to a typeT. - Generator for incrementing
Index<T>values.