Trait CustomCharProperty

trait CustomCharProperty<Value>: CharProperty

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: &Self) -> Value

The actual (inner) value for the property value.