(&mut self, frame: Frame<'_>)
| 175 | |
| 176 | #[cfg(feature = "simulation")] |
| 177 | async fn inject_frame(&mut self, frame: Frame<'_>) -> Result<()> { |
| 178 | (**self).inject_frame(frame).await |
| 179 | } |
| 180 | } |
nothing calls this directly
no outgoing calls
no test coverage detected