icu_segmenter

Type Alias LineBreakIteratorPotentiallyIllFormedUtf8

Source
pub type LineBreakIteratorPotentiallyIllFormedUtf8<'l, 's> = LineBreakIterator<'l, 's, LineBreakTypePotentiallyIllFormedUtf8>;
Expand description

Line break iterator for a potentially invalid UTF-8 string.

For examples of use, see LineSegmenter.

Aliased Typeยง

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