pub fn check_path_exists<P: AsRef<Path>>(path: P) -> Result<(), PathError>
Expand description

Check that the given path exists, if it doesn’t then throw a PathError.