Expand description
Largely-internal scaffolding types (You should very rarely need to reference these directly)
Structs§
- Latin1
 RuleBreakTypefor Latin-1 strings- Potentially
IllFormed Utf8  RuleBreakTypefor potentially ill-formed UTF-8 strings- Utf8
 RuleBreakTypefor UTF-8 strings- Utf16
 RuleBreakTypefor 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 
WordBreakIteratorto be generalized to multiple string iteration methods.