Expand description
Largely-internal scaffolding types (You should very rarely need to reference these directly)
Structs§
- Latin1
RuleBreakType
for Latin-1 strings- Potentially
IllFormed Utf8 RuleBreakType
for potentially ill-formed UTF-8 strings- Utf8
RuleBreakType
for UTF-8 strings- Utf16
RuleBreakType
for UTF-16 strings
Traits§
- Line
Break Type - A trait allowing for LineBreakIterator to be generalized to multiple string iteration methods.
- Rule
Break Type - A trait allowing for RuleBreakIterator to be generalized to multiple string encoding methods and granularity such as grapheme cluster, word, etc.
- Word
Break Type - A trait allowing for
WordBreakIterator
to be generalized to multiple string iteration methods.