Function ttyaskpass::askpass [] [src]

pub fn askpass<T>(prompt: &str, star: char) -> Result<T> where T: From<Vec<u8>>

askpass.

Fail When:

  • IO Error
  • User Interrupted
  • RawTTY create fail
  • SecKey malloc fail