Type Alias icu_segmenter::sentence::SentenceBreakIteratorUtf8
source · pub type SentenceBreakIteratorUtf8<'l, 's> = SentenceBreakIterator<'l, 's, RuleBreakTypeUtf8>;
Expand description
Sentence break iterator for an str
(a UTF-8 string).
For examples of use, see SentenceSegmenter
.
Aliased Type§
struct SentenceBreakIteratorUtf8<'l, 's>(RuleBreakIterator<'l, 's, RuleBreakTypeUtf8>);
Fields§
§0: RuleBreakIterator<'l, 's, RuleBreakTypeUtf8>