| 146 | |
| 147 | #[derive(Config)] |
| 148 | pub struct DecoderConfig { |
| 149 | channels: Vec<(usize, usize)>, |
| 150 | n_group: usize, |
| 151 | } |
| 152 | |
| 153 | impl DecoderConfig { |
| 154 | fn init<B: Backend>(&self, device: &B::Device) -> Decoder<B> { |
nothing calls this directly
no outgoing calls
no test coverage detected