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

Equivalent to std::fs::remove_dir with better error messages.