pub fn read_password_with_reader<T>(source: Option<T>) -> Result<String>where
    T: BufRead,
Expand description

Reads a password from anything that implements BufRead