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