pub fn remove_dir_all<P>(path: P) -> Result<()>where
    P: AsRef<Path>,
Expand description

Wrapper for fs::remove_dir_all.