Trait unic_char_property::CustomCharProperty[][src]

pub trait CustomCharProperty<Value>: CharProperty {
    fn actual(&self) -> Value;
}

A Character Property with custom values.

Custom values means any non-enumerated, non-numeric value.

Examples: Age property that returns a UnicodeVersion value.

Required Methods

The actual (inner) value for the property value.

Implementors