Type Definition icu::segmenter::SentenceBreakIteratorUtf8
source · [−]pub type SentenceBreakIteratorUtf8<'l, 's> = RuleBreakIterator<'l, 's, RuleBreakTypeUtf8>;
Expand description
Sentence break iterator for an str
(a UTF-8 string).