pub fn remove_dir_all<P: AsRef<Path>>(path: P) -> Result<()>
Removes a directory at this path, after removing all its contents. Use carefully!
May return any of the same errors as std::fs::remove_dir_all
std::fs::remove_dir_all