Type Definition TrieSet
ucd_trie
type TrieSet = TrieSetSlice<'static>;
A type alias for TrieSetSlice<'static>.
TrieSetSlice<'static>