Struct precis_tools::CodepointsGen[][src]

pub struct CodepointsGen {}
Expand description

Generate the Codepoints struct used by all tables created by all generators.

Example:

pub enum Codepoints {
  Single(u32),
  Range(std::ops::RangeInclusive<u32>),
}

Implementations

Trait Implementations

Writes the Rust code itself. Read more

Returns the “default value” for a type. 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.