unic_ucd

Trait CharAge

Source
pub trait CharAge {
    // Required method
    fn age(self) -> Option<Age>;
}
Expand description

Methods for character age property.

Required Methods§

Source

fn age(self) -> Option<Age>

Get Age of the character.

Implementations on Foreign Types§

Source§

impl CharAge for char

Source§

fn age(self) -> Option<Age>

Implementors§