Trait unic_ucd::CharAge [] [src]

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

Methods for character age property.

Required Methods

Get Age of the character.

Implementations on Foreign Types

impl CharAge for char
[src]

[src]

Implementors