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