pub trait TotalCharProperty: PartialCharProperty + Default { // Required method fn of(ch: char) -> Self; }
A Character Property defined on all characters.
Examples: Age, Name, General_Category, Bidi_Class
Age
Name
General_Category
Bidi_Class
The property value for the character.