Type Alias icu_segmenter::sentence::SentenceBreakIteratorUtf16

source ·
pub type SentenceBreakIteratorUtf16<'l, 's> = SentenceBreakIterator<'l, 's, RuleBreakTypeUtf16>;
Expand description

Sentence break iterator for a UTF-16 string.

For examples of use, see SentenceSegmenter.

Aliased Type§

struct SentenceBreakIteratorUtf16<'l, 's>(RuleBreakIterator<'l, 's, RuleBreakTypeUtf16>);

Fields§

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