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