pub fn read_line_from(reader: impl BufRead) -> Result<String>
Reads one line from a buffered reader.
Returns any I/O error reported by reader.
reader