Module hashglobe::fake
[−]
[src]
This module contains shims around the stdlib HashMap that add fallible methods
These methods are a lie. They are not actually fallible. This is just to make it smooth to switch between hashmap impls in a codebase.
Structs
HashMap | |
HashSet | |
MapIter |
An iterator over the entries of a |
MapIterMut |
A mutable iterator over the entries of a |
RandomState |
|
SetIntoIter |
An owning iterator over the items of a |
SetIter |
An iterator over the items of a |
Enums
Entry |
A view into a single entry in a map, which may either be vacant or occupied. |