Function ensure_path_exists

Source
pub fn ensure_path_exists<P: AsRef<Path> + Clone>(path: P) -> Result<(), Error>