[][src]Trait unic_char_property::NumericCharProperty

pub trait NumericCharProperty<NumericValue: NumericCharPropertyValue>: CharProperty {
    fn number(&self) -> NumericValue;
}

A Character Property with numeric values.

Examples: Numeric_Value, Canonical_Combining_Class

Required methods

fn number(&self) -> NumericValue

The numeric value for the property value.

Loading content...

Implementors

Loading content...