input

Function input 

Source
pub fn input<T>(prompt: T) -> Result<String, Error>
where T: AsRef<str>,