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