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§
pub struct WordBreakIteratorUtf8<'l, 's>(RuleBreakIterator<'l, 's, WordBreakTypeUtf8>);Tuple Fields§
§0: RuleBreakIterator<'l, 's, WordBreakTypeUtf8>