pub type WordBreakIteratorUtf8<'l, 's> = WordBreakIterator<'l, 's, WordBreakTypeUtf8>;
Expand description

Word break iterator for an str (a UTF-8 string).

For examples of use, see WordSegmenter.

Aliased Type§

struct WordBreakIteratorUtf8<'l, 's>(/* private fields */);