Skip to main content

read_line_from

Function read_line_from 

Source
pub fn read_line_from(reader: impl BufRead) -> Result<String>
Expand description

Reads one line from a buffered reader.

ยงErrors

Returns any I/O error reported by reader.