Expand description
Trie iterators
Structs§
- Retains keys and strips off
Value
s from a crate::iter iterator. - Iterates through all the postfixes of a matching query.
- Iterates through all the common prefixes of a given query.
- Iterates through all the matches of a query.
Traits§
- Strip an iterator items
(K, V)
to only haveK
.