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