Skip to main content

input

Function input 

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

Get text input from user