macro_rules! define_invoke_proc_macro {
($macro_name: ident) => { ... };
}Expand description
This macro expands to the definition of another macro (whose name is given as a parameter).
See crate documentation for details.
macro_rules! define_invoke_proc_macro {
($macro_name: ident) => { ... };
}This macro expands to the definition of another macro (whose name is given as a parameter).
See crate documentation for details.