pub async fn remove_file<P: AsRef<Path>>(path: P) -> Result<()>
An async version of std::fs::remove_file.
std::fs::remove_file