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