Trait CharProperty
trait CharProperty: PartialCharProperty + Debug + Eq + Hash
A Character Property, defined for some or all Unicode characters.
Required Methods
fn prop_abbr_name() -> &'static strThe abbreviated name of the property.
fn prop_long_name() -> &'static strThe long name of the property.
fn prop_human_name() -> &'static strThe human-readable name of the property.