pub fn read_file<P>(path: P) -> Result<BufReader<File>> where P: AsRef<Path>,
Create a File BufReader from PathBuf. Throw IO Error for failure to create the buffer.
File
BufReader
PathBuf