pub trait ModeFormat { // Required method fn mode_fmt(&self) -> &'static str; }
Formating used to display elements.