macro_rules! call_derive_proc_macro {
(
$implementations_mod_ident:ident,
$exec_args_ident:ident,
$exec_fn_mod_ident:ident,
$item_tok_stream:ident
) => { ... };
}Expand description
Call a derive proc-macro implementation function named exec.