pub fn get_lines<P>(filename: P) -> Result<Lines<BufReader<File>>, ParserError>where P: AsRef<Path>,
Get an iterator over the lines at the file with path filename.
filename