[−][src]Function tokio::fs::remove_dir
pub fn remove_dir<P>(path: P) -> RemoveDirFuture<P> where
P: AsRef<Path>,
Removes an existing, empty directory.
This is an async version of std::fs::remove_dir
pub fn remove_dir<P>(path: P) -> RemoveDirFuture<P> where
P: AsRef<Path>,
Removes an existing, empty directory.
This is an async version of std::fs::remove_dir