Structs§
- Dense
VecTrie Node - A type of Trie that implemented by using Vec index as encoded key.
- Prefix
Iterator - An iterator that return prefix of given query.
Traits§
- Trie
Node - A TrieNode operation where every implementation of Trie in this crate shall support.