[][src]Trait unic_ucd_age::CharAge

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

Methods for character age property.

Required methods

fn age(self) -> Option<Age>

Get Age of the character.

Loading content...

Implementors

impl CharAge for char[src]

Loading content...