pub trait DeleteFile {
    fn delete_file(&mut self, fname: &String) -> Status;
}

Required Methods§

| Delete the named file. |

Implementors§