Function remove_dir

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