Function tokio::fs::remove_dir

source ·
pub fn remove_dir<P>(path: P) -> RemoveDirFuture<P>where
    P: AsRef<Path>,
Expand description

Removes an existing, empty directory.

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