Function prompt_parse

Source
fn prompt_parse<T: FromStr>(label: &str) -> T
where T::Err: Debug,
Expand description

Prompts the user for input and parses it to a specific type