Function fs_err::tokio::remove_dir

source ยท
pub async fn remove_dir(path: impl AsRef<Path>) -> Result<()>
Expand description

Removes an existing, empty directory.

Wrapper for tokio::fs::remove_dir.