pub trait ToRepresentationwhere Self: 'static,{ // Required method fn representation(&self) -> &'static str; }