Type Alias icu::segmenter::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 */ }