[][src]Type Definition syntax::ext::base::IdentMacroExpanderFn

type IdentMacroExpanderFn = fn'cx(_: &'cx mut ExtCtxt, _: Span, _: Ident, _: Vec<TokenTree>) -> Box<dyn MacResult + 'cx>;