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