syntax::ext::base::IdentMacroExpanderFnExperimental
[-]
[+]
[src]
type IdentMacroExpanderFn = fn<'cx>(&'cx mut ExtCtxt, Span, Ident, Vec<TokenTree>) -> Box<MacResult + 'cx>;