Trait unic_char_property::TotalCharProperty
source · [−]pub trait TotalCharProperty: PartialCharProperty + Default {
fn of(ch: char) -> Self;
}Expand description
A Character Property defined on all characters.
Examples: Age, Name, General_Category, Bidi_Class