(&self, data: &[u8])
| 88 | |
| 89 | impl FileWriteBin for ChildPath { |
| 90 | fn write_binary(&self, data: &[u8]) -> Result<(), FixtureError> { |
| 91 | write_binary(self.path(), data) |
| 92 | } |
| 93 | } |
| 94 | |
| 95 | impl FileWriteBin for NamedTempFile { |
nothing calls this directly
no test coverage detected