Trait unic_char_property::CharProperty[][src]

pub trait CharProperty: PartialCharProperty + Debug + Eq + Hash {
    fn prop_abbr_name() -> &'static str;
fn prop_long_name() -> &'static str;
fn prop_human_name() -> &'static str; }

A Character Property, defined for some or all Unicode characters.

Required Methods

The abbreviated name of the property.

The long name of the property.

The human-readable name of the property.

Implementors