Struct syntex_syntax::ext::tt::macro_rules::MacroRulesExpander [] [src]

pub struct MacroRulesExpander;

Trait Implementations

impl IdentMacroExpander for MacroRulesExpander
[src]

fn expand(&self, cx: &mut ExtCtxt, span: Span, ident: Ident, tts: Vec<TokenTree>, attrs: Vec<Attribute>) -> Box<MacResult>