remove_file

Function remove_file 

Source
pub async fn remove_file<P>(path: P) -> Result<(), Error>
where P: AsRef<Path>,