Macro SentPacketUnknown
macro_rules! SentPacketUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown SentPacket
member.
macro_rules! SentPacketUnknown {
() => { ... };
}
Pattern that matches an unknown SentPacket
member.