Module enso_data::hash_map_tree[][src]

Expand description

A tree structure build on top of the HashMap.

Structs

HashMapTree

A tree built on top of a std::collections::HashMap. Each node in the tree can have zero or more branches accessible by the given key type.

Iter

Iterator.

IterMut

Iterator.

Type Definitions

Branches

The type of branches in the tree.

Trait aliases

KeyBounds

The bounds needed on the key type for using the tree.