Trait unic_ucd_age::CharAge [] [src]

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

Methods for character age property.

Required Methods

Get Age of the character.

Implementors