| 12 | |
| 13 | #[derive(Clone)] |
| 14 | pub(crate) struct DelayTX { |
| 15 | delay_tx: Sender<Command>, |
| 16 | skip_tx: Sender<()>, |
| 17 | clear_tx: Sender<()>, |
| 18 | } |
| 19 | |
| 20 | #[derive(Clone)] |
| 21 | pub(crate) struct DelayChannels { |
nothing calls this directly
no outgoing calls
no test coverage detected