input_loop

Function input_loop 

Source
pub fn input_loop<T>(prompt: &str) -> T
where T: FromStr, <T as FromStr>::Err: Debug,