pub type ActionNoAckFrame<B> = NoAck<true, ActionBody<B>>;
Expand description
Action frame that does not require acknowledgement per the ACTION_NO_ACK
management frame
subtype.
Aliased Type§
struct ActionNoAckFrame<B>(pub ActionBody<B>);
Fields§
§0: ActionBody<B>