Module libreda_db::index[][src]

Data structure for creating indices related to some other type. This is used to create handles for data stored in hash maps.

Structs

Index

An identifier for an arbitrary type T. This is a wrapper around usize which is bound to a type T.