(&mut self)
| 78 | impl Producer<Product> for Prod { |
| 79 | |
| 80 | async fn init(&mut self) {} |
| 81 | async fn terminate(&mut self) {} |
| 82 | |
| 83 | async fn drain(&mut self, _buffer: VecDeque<Product>) {} |
nothing calls this directly
no outgoing calls
no test coverage detected