pub trait BaseTypeTrait { // Required methods fn name(&self) -> &str; fn description(&self) -> Option<&str>; }