Function terminal_menu::numeric_value [−][src]
pub fn numeric_value(menu: &Arc<RwLock<TerminalMenuStruct>>, item: &str) -> f64Expand description
Shortcut to getting the value of the specified numeric item.
Example
let s_value = terminal_menu::numeric_value(&menu, "Selection");