[][src]Function tokio::fs::remove_dir_all

pub fn remove_dir_all<P>(path: P) -> impl Future<Output = Result<(), Error>> where
    P: AsRef<Path>, 

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

This is an async version of std::fs::remove_dir_all