Struct unicode_bidi::Paragraph
source · pub struct Paragraph<'a, 'text> {
pub info: &'a BidiInfo<'text>,
pub para: &'a ParagraphInfo,
}Expand description
Contains a reference of BidiInfo and one of its paragraphs.
And it supports all operation in the Paragraph that needs also its
BidiInfo such as direction.
Fields§
§info: &'a BidiInfo<'text>§para: &'a ParagraphInfo