Expand description
In-memory trie representation.
Structs§
- TrieDB
Mut - A
Trieimplementation using a genericHashDBbacking database. - TrieDB
MutBuilder - A builder for creating a
TrieDBMut.
Enums§
- Child
Reference - Used to build a collection of child nodes from a collection of
NodeHandles - Value
- Value representation for Node.