open_file

Function open_file 

Source
fn open_file(path: PathBuf) -> Option<Box<dyn Read>>
Expand description

Open the file pointed to by path as a Box<dyn Read>. If the file does not exist, look for compressed versions.