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§
pub struct ActionNoAckFrame<B>(pub ActionBody<B>);Tuple Fields§
§0: ActionBody<B>