Type Definition rustc_expand::base::MacroExpanderFn[][src]

pub type MacroExpanderFn = for<'cx> fn(_: &'cx mut ExtCtxt<'_>, _: Span, _: TokenStream) -> Box<dyn MacResult + 'cx>;