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 around usize which is bound to a type T.
  • Generator for incrementing Index<T> values.