| 382 | #[derive(Debug, PartialEq, Eq, Clone)] |
| 383 | #[cfg_attr(feature = "serde", derive(Serialize))] |
| 384 | pub struct MACCommandSet(Vec<MACCommand>); |
| 385 | |
| 386 | impl Deref for MACCommandSet { |
| 387 | type Target = Vec<MACCommand>; |
no outgoing calls
no test coverage detected