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

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

For examples of use, see GraphemeClusterSegmenter.

Aliased Type§

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