Type Alias GraphemeClusterBreakIteratorLatin1

Source
pub type GraphemeClusterBreakIteratorLatin1<'l, 's> = GraphemeClusterBreakIterator<'l, 's, RuleBreakTypeLatin1>;
Expand description

Grapheme cluster break iterator for a Latin-1 (8-bit) string.

For examples of use, see GraphemeClusterSegmenter.

Aliased Type§

pub struct GraphemeClusterBreakIteratorLatin1<'l, 's>(RuleBreakIterator<'l, 's, RuleBreakTypeLatin1>);

Tuple Fields§

§0: RuleBreakIterator<'l, 's, RuleBreakTypeLatin1>