Function photonio_uring::fs::remove_file

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

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