Skip to main content

input_parse

Function input_parse 

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