Function remove_dir

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