input

Function input 

Source
pub fn input<T>(message: &str, default: Option<T>) -> Result<T>
where T: FromStr + Display + Clone, T::Err: Display,
Expand description

Prompt the user for input