Available on crate feature
trie only.Expand description
Masked trie cursor wrapper that skips nodes matching a prefix set.
Structsยง
- Masked
Trie Cursor - A
TrieCursorwrapper that invalidates cached trie hash data for children whose paths match aPrefixSet. - Masked
Trie Cursor Factory - A
TrieCursorFactorywrapper that creates cursors which invalidate cached trie hash data for children whose paths match the prefix sets in aTriePrefixSets.