[][src]Function tokio::fs::remove_dir

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

Removes an existing, empty directory.

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