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 */ }