Function novel_api::password

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