Struct unicode_bidi::ParagraphInfo [−][src]
Bidi information about a single paragraph
Fields
range: Range<usize>
The paragraphs boundaries within the text, as byte indices.
TODO: Shrink this to only include the starting index?
level: Level
The paragraph embedding level.
Trait Implementations
impl PartialEq<ParagraphInfo> for ParagraphInfo
[src]
impl PartialEq<ParagraphInfo> for ParagraphInfo
[src]