Function file_or_err

Source
pub fn file_or_err<P>(path: P) -> Result<PathBuf>
where P: AsRef<Path>,