numeric_input

Function numeric_input 

Source
pub fn numeric_input<T>(msg: &str, predefined: Option<T>) -> T
where T: FromStr + Debug + Signed,