[][src]Function i18n_build::util::check_path_exists

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

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