Trait unic_char_property::NumericCharProperty[][src]

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

A Character Property with numeric values.

Examples: Numeric_Value, Canonical_Combining_Class

Required Methods

The numeric value for the property value.

Implementors