[−][src]Trait syntax::ext::base::IdentMacroExpander   
            Required methods
fn expand<'cx>(
    &self, 
    cx: &'cx mut ExtCtxt, 
    sp: Span, 
    ident: Ident, 
    token_tree: Vec<TokenTree>
) -> Box<dyn MacResult + 'cx>
&self,
cx: &'cx mut ExtCtxt,
sp: Span,
ident: Ident,
token_tree: Vec<TokenTree>
) -> Box<dyn MacResult + 'cx>
Implementors
impl<F> IdentMacroExpander for F where
    F: for<'cx> Fn(&'cx mut ExtCtxt, Span, Ident, Vec<TokenTree>) -> Box<dyn MacResult + 'cx>, [src]
F: for<'cx> Fn(&'cx mut ExtCtxt, Span, Ident, Vec<TokenTree>) -> Box<dyn MacResult + 'cx>,