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