Module vector_config::indexmap 
source · Modules§
IndexMapis a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.- A hash set implemented using
IndexMap 
Macros§
Structs§
- A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
 - A hash set where the iteration order of the values is independent of their hash values.
 - The error type for
try_reservemethods. 
Traits§
- Key equivalence trait.