Trait unic_ucd_age::CharAge [] [src]

pub trait CharAge {
    fn age(self) -> Option<Age>;
}

Methods for character age property.

Required Methods

Get Age of the character.

Implementors