Struct reference_trie::HashedValueNoExtThreshold
source · [−]pub struct HashedValueNoExtThreshold;Expand description
No extension trie which stores value above a static size as external node.
Trait Implementations
If true, the trie will use extension nodes and no partial in branch, if false the trie will only use branch and node with partials in both. Read more
If true, the trie will allow empty values into TrieDBMut
Threshold above which an external node should be use to store a node value. Read more
Codec to use (needs to match hasher and nibble ops).