Module node_iter
Available on crate feature
trie
only.Expand description
The iterators for traversing existing intermediate hashes and updated trie leaves.
Structs§
- Trie
Branch Node - Represents a branch node in the trie.
- Trie
Node Iter - An iterator over existing intermediate branch nodes and updated leaf nodes.
Enums§
- Trie
Element - Represents variants of trie nodes returned by the iteration.