(&mut self)
| 71 | #[async_trait] |
| 72 | impl Processor<i32, ()> for Layer1Process { |
| 73 | async fn init(&mut self) {} |
| 74 | async fn terminate(&mut self) {} |
| 75 | |
| 76 | async fn handle_message(&mut self, msg: i32) -> ProcResult<()> { |
nothing calls this directly
no outgoing calls
no test coverage detected