Module iter

Source
Expand description

Trie iterators

Structs§

Keys
Retains keys and strips off Values from a crate::iter iterator.
PostfixIter
Iterates through all the postfixes of a matching query.
PrefixIter
Iterates through all the common prefixes of a given query.
SearchIter
Iterates through all the matches of a query.

Traits§

KeysExt
Strip an iterator items (K, V) to only have K.