(&self, data: &path::Path)
| 155 | |
| 156 | impl FileWriteFile for ChildPath { |
| 157 | fn write_file(&self, data: &path::Path) -> Result<(), FixtureError> { |
| 158 | write_file(self.path(), data) |
| 159 | } |
| 160 | } |
| 161 | |
| 162 | impl FileWriteFile for NamedTempFile { |
nothing calls this directly
no test coverage detected