[go: up one dir, main page]

Function fs_err::tokio::remove_dir

source ·
pub async fn remove_dir(path: impl AsRef<Path>) -> Result<()>
Available on crate feature tokio only.
Expand description

Wrapper for tokio::fs::remove_dir.