icu_segmenter

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