pub async fn remove_file(path: impl AsRef<Path>) -> Result<()>
tokio
Removes a file from the filesystem.
Wrapper for tokio::fs::remove_file.
tokio::fs::remove_file