pub type WordBreakIteratorLatin1<'l, 's> = WordBreakIterator<'l, 's, RuleBreakTypeLatin1>;
Expand description
Word break iterator for a Latin-1 (8-bit) string.
For examples of use, see WordSegmenter
.
Aliased Typeยง
struct WordBreakIteratorLatin1<'l, 's>(/* private fields */);