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