Structs§
- Hash
MapWith View HashMapWithView
is a trusted wrapper aroundstd::collections::HashMap
withView
implemented for the typevstd::map::Map<<Key as View>::V, Value>
.- String
Hash Map StringHashMap
is a trusted wrapper aroundstd::collections::HashMap<String, Value>
withView
implemented for the typevstd::map::Map<Seq<char>, Value>
.