Type Alias icu::segmenter::LineBreakIteratorUtf8
source · pub type LineBreakIteratorUtf8<'l, 's> = LineBreakIterator<'l, 's, LineBreakTypeUtf8>;
Expand description
Line break iterator for an str
(a UTF-8 string).
For examples of use, see LineSegmenter
.
Aliased Type§
struct LineBreakIteratorUtf8<'l, 's> { /* private fields */ }