icu_segmenter

Type Alias 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>(/* private fields */);