Function ama::compile_anonymous_macro [] [src]

pub fn compile_anonymous_macro<'a, 'b, C>(cx: &'a ExtCtxt<'b>, tts: Vec<TokenTree>, compiler: &mut C) -> Box<MacResult + 'a> where C: Compiler