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

Reads a password from anything that implements BufRead