Type Definition 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.