pub fn get_exprs_from_tts(
    cx: &mut ExtCtxt<'_>,
    sp: Span,
    tts: TokenStream
) -> Option<Vec<P<Expr>>>
Expand description

Extracts comma-separated expressions from tts. On error, emit it, and return None.