Function remove_dir_all

async fn remove_dir_all<impl AsRef<Path>: AsRef<std::path::Path>>(path: impl AsRef<Path>) -> Result<()>

Removes a directory at this path, after removing all its contents. Use carefully!

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