Function tokio::fs::remove_dir[][src]

pub async fn remove_dir(path: impl AsRef<Path>) -> Result<()>
This is supported on crate feature fs only.

Removes an existing, empty directory.

This is an async version of std::fs::remove_dir