pub fn rm_rf(path: impl AsRef<Path>) -> Result<Removal>
Remove a file or directory and all its contents, returning a Removal with the number of files and directories removed, along with a total byte count.
Removal