Function tokio::fs::remove_dir [−][src]
Expand description
Removes an existing, empty directory.
This is an async version of std::fs::remove_dir
Removes an existing, empty directory.
This is an async version of std::fs::remove_dir