[][src]Trait unic_char_property::CustomCharProperty

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

fn actual(&self) -> Value

The actual (inner) value for the property value.

Loading content...

Implementors

Loading content...