Function photonio_uring::fs::remove_dir

source ·
pub async fn remove_dir<P: AsRef<Path>>(path: P) -> Result<()>
Expand description

An async version of std::fs::remove_dir.