(&mut self)
| 31 | |
| 32 | async fn initialize(&mut self, _: ResourceCollection) {} |
| 33 | async fn finalize(&mut self) {} |
| 34 | |
| 35 | async fn exec(&mut self, _: &Context) -> Result<()> { |
| 36 | if let Ok(envelope) = self.inp.recv::<u32>().await { |
nothing calls this directly
no outgoing calls
no test coverage detected