[][src]Trait unic_char_property::TotalCharProperty

pub trait TotalCharProperty: PartialCharProperty + Default {
    fn of(ch: char) -> Self;
}

A Character Property defined on all characters.

Examples: Age, Name, General_Category, Bidi_Class

Required methods

fn of(ch: char) -> Self

The property value for the character.

Loading content...

Implementors

Loading content...