macro_rules! match_module_declaration {
($ty:ident) => { ... };
}Expand description
Macro for matching ModuleDeclaration’s variants.
macro_rules! match_module_declaration {
($ty:ident) => { ... };
}Macro for matching ModuleDeclaration’s variants.