pub type ActionAckFrame<B> = NoAck<false, ActionBody<B>>;
Expand description
Action frame that requires acknowledgement per the ACTION
management frame subtype.
Aliased Type§
pub struct ActionAckFrame<B>(pub ActionBody<B>);
Tuple Fields§
§0: ActionBody<B>