Struct unicode_bidi::ParagraphInfo [−][src]
Expand description
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: LevelThe paragraph embedding level.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.