pub fn remove_dir<P>(path: P) -> Result<()>where P: AsRef<Path>,
Removes an empty directory.
Wrapper for std::fs::remove_dir.
std::fs::remove_dir