(&mut self)
| 60 | |
| 61 | impl<I> std::ops::DerefMut for FuzzwareMmioHandler<I> { |
| 62 | fn deref_mut(&mut self) -> &mut Self::Target { |
| 63 | &mut self.source |
| 64 | } |
| 65 | } |
| 66 | |
| 67 | impl<I> std::ops::Deref for FuzzwareMmioHandler<I> { |
nothing calls this directly
no outgoing calls
no test coverage detected