Macros§
- A macro that takes an
Option
argument and either unwraps it if it has a value or causes the function to returnTrieResult::NoMatch
if there is no value. This could perhaps be done withstd::ops::Try
once stabilized.
Structs§
- This struct represents a de-serialized
Char16Trie
that was exported from ICU binary data. - This struct represents an iterator over a
Char16Trie
.
Enums§
- An enum representing the return value from a lookup in
Char16Trie
.