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