Function fs_err::tokio::remove_dir_all
source · pub async fn remove_dir_all(path: impl AsRef<Path>) -> Result<()>
Available on crate feature
tokio
only.Expand description
Removes a directory at this path, after removing all its contents. Use carefully!
Wrapper for tokio::fs::remove_dir_all
.