Skip to main content

get_lines

Function get_lines 

Source
pub fn get_lines<P>(filename: P) -> Result<Lines<BufReader<File>>, ParserError>
where P: AsRef<Path>,
Expand description

Get an iterator over the lines at the file with path filename.