Skip to main content

get_reader

Function get_reader 

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

Get a buffered reader for the file at the path filename.