Trait unic_char_property::TotalCharProperty[][src]

pub trait TotalCharProperty: PartialCharProperty + Copy + Default {
    fn of(ch: char) -> Self;
}

A Character Property defined on all characters.

Examples: Age, Name, General_Category, Bidi_Class

Required Methods

The property value for the character.

Implementors