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