remove_dir_all

Function remove_dir_all 

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

Removes a directory at this path, after removing all its contents. Use carefully!

ยงErrors

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