pub type Ieee802154ComponentMacDeviceType<R, A> = Framer<'static, AwakeMac<'static, R>, VirtualAES128CCM<'static, A>>;

Aliased Type§

struct Ieee802154ComponentMacDeviceType<R, A> { /* private fields */ }