remove_dir

Function remove_dir 

Source
pub async fn remove_dir(path: impl AsRef<Path>) -> Result<(), Error>
Available on crate feature fs only.
Expand description

Removes an empty directory.