Function remove_dir_all

Source
pub async fn remove_dir_all<P>(path: P) -> Result<(), Error>
where P: AsRef<Path>,