pub type LineBreakIteratorLatin1<'l, 's> = LineBreakIterator<'l, 's, LineBreakTypeLatin1>;
Expand description
Line break iterator for a Latin-1 (8-bit) string.
For examples of use, see LineSegmenter
.
Aliased Typeยง
struct LineBreakIteratorLatin1<'l, 's> { /* private fields */ }