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