remove_dir

Function remove_dir 

Source
pub fn remove_dir<P: AsRef<Path>>(path: P) -> Result<()>
Expand description

Wrapper for fs::remove_dir.