password

Function password 

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