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
fn number(&self) -> NumericValue
The numeric value for the property value.