Module hashbrown::rustc_entry
source · Structs
- A view into an occupied entry in a
HashMap
. It is part of theRustcEntry
enum. - A view into a vacant entry in a
HashMap
. It is part of theRustcEntry
enum.
Enums
- A view into a single entry in a map, which may either be vacant or occupied.