[][src]Function syntex_syntax2::ext::quote::expand_quote_stmt

pub fn expand_quote_stmt(
    cx: &mut ExtCtxt,
    sp: Span,
    tts: &[TokenTree]
) -> Box<dyn MacResult + 'static>