Function fs_err::remove_dir_all[][src]

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

Wrapper for fs::remove_dir_all.