pub async fn remove_dir(path: impl AsRef<Path>) -> Result<()>
删除一个现有的空目录。
这是 std::fs::remove_dir.
std::fs::remove_dir