fn open_file(path: PathBuf) -> Option<Box<dyn Read>>
Open the file pointed to by path as a Box<dyn Read>. If the file does not exist, look for compressed versions.
path
Box<dyn Read>