Function fs_tracing::remove_dir_all[][src]

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

Wrapper for fs::remove_dir_all.