pub type InformMenu = Menu<&'static str>;
pub struct InformMenu { pub state: MenuState<&'static str>, /* private fields */ }
state: MenuState<&'static str>