Skip to main content

Module masked

Module masked 

Source
Available on crate feature trie only.
Expand description

Masked trie cursor wrapper that skips nodes matching a prefix set.

Structsยง

MaskedTrieCursor
A TrieCursor wrapper that invalidates cached trie hash data for children whose paths match a PrefixSet.
MaskedTrieCursorFactory
A TrieCursorFactory wrapper that creates cursors which invalidate cached trie hash data for children whose paths match the prefix sets in a TriePrefixSets.