pub trait CharAge { // Required method fn age(self) -> Option<Age>; }
Methods for character age property.
Get Age of the character.
Age