remove_dir

Function remove_dir 

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

Removes an empty directory.

ยงErrors

May return any of the same errors as std::fs::remove_all