pub type LineBreakIteratorUtf16<'l, 's> = LineBreakIterator<'l, 's, LineBreakTypeUtf16>;
Expand description

Line break iterator for a UTF-16 string.

For examples of use, see LineSegmenter.

Aliased Type§

struct LineBreakIteratorUtf16<'l, 's> { /* private fields */ }