Function remove_dir
pub async fn remove_dir(path: impl AsRef<Path>) -> Result<()>
Removes an existing, empty directory.
This is an async version of std::fs::remove_dir.
remove_dirpub async fn remove_dir(path: impl AsRef<Path>) -> Result<()>
Removes an existing, empty directory.
This is an async version of std::fs::remove_dir.