pub async fn remove_file<P, O>(
    runtime: MultiTaskRuntime<O>,
    path: P
) -> Result<()>
where P: AsRef<Path> + Send + 'static, O: Default + 'static,
Expand description

异步移除文件