pub trait Identifier: Display { // Required methods fn acronym(&self) -> &'static str; fn value(&self) -> &str; }