[][src]Function fs_err::remove_dir

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

Wrapper for fs::remove_dir.