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