Struct precis_tools::BidiClassGen[][src]

pub struct BidiClassGen { /* fields omitted */ }
Expand description

Generates a table of tuples (Codepoints, BidiClass) representing the values of the Unicode character property Bidi_Class. Possible values are listed in UAX44, Table 13.

Implementations

Creates a new BidiClassGen

Trait Implementations

Writes the Rust code itself. Read more

fn process_entry(&mut self, udata: &UnicodeData) -> Result<(), Error>

Process an entry in the UCD file. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.