pub async fn remove_dir_all(path: impl AsRef<Path>) -> Result<()>
删除此路径上的目录及其全部内容。请谨慎使用!
这是 std::fs::remove_dir_all
std::fs::remove_dir_all