(&mut self)
| 360 | |
| 361 | impl Drop for SharedRegistration { |
| 362 | fn drop(&mut self) { |
| 363 | self.pool.unregister(&self.consumer); |
| 364 | } |
| 365 | } |
| 366 | |
| 367 | /// A [`MemoryReservation`] tracks an individual reservation of a |
nothing calls this directly
no test coverage detected