Function cpp_to_rust_common::file_utils::remove_dir_all [] [src]

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

A wrapper over std::fs::remove_dir_all with better error reporting