Searched defs:TrieType (Results 1 – 1 of 1) sorted by relevance
44 pub enum TrieType { enum179 impl TryFrom<u8> for TrieType { implementation182 fn try_from(trie_type_int: u8) -> Result<TrieType, crate::codepointtrie::error::Error> { in try_from()