macro_rules! call_func_impls_with_args {
(
$exec_fn_mod_ident:ident,
$args_tok_stream:ident
) => { ... };
}Expand description
Use call_func_proc_macro on impls mod with Args args ident
macro_rules! call_func_impls_with_args {
(
$exec_fn_mod_ident:ident,
$args_tok_stream:ident
) => { ... };
}Use call_func_proc_macro on impls mod with Args args ident