Type Alias icu_segmenter::grapheme::GraphemeClusterBreakIteratorUtf8
source · 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>(RuleBreakIterator<'l, 's, RuleBreakTypeUtf8>);
Fields§
§0: RuleBreakIterator<'l, 's, RuleBreakTypeUtf8>