InformMenu

Type Alias InformMenu 

Source
pub type InformMenu = Menu<&'static str>;

Aliased Type§

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

Fields§

§state: MenuState<&'static str>