| 104 | #[derive(Debug, PartialEq, Eq, Clone)] |
| 105 | #[cfg_attr(feature = "serde", derive(Serialize))] |
| 106 | pub struct CFListChannelMasks(Vec<ChMask>); |
| 107 | |
| 108 | impl CFListChannelMasks { |
| 109 | pub fn new(masks: Vec<ChMask>) -> Self { |
no outgoing calls
no test coverage detected