pub type GraphemeClusterBreakIteratorUtf8<'l, 's> = RuleBreakIterator<'l, 's, RuleBreakTypeUtf8>;
Expand description

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