fn parse_token_tree<'a>(p: &mut Parser<'a>) -> PResult<'a, TokenStream>Expand description
Parses a TokenTree that must be of the form { /* ... */ }, and returns a TokenStream where
the surrounding braces are stripped.
fn parse_token_tree<'a>(p: &mut Parser<'a>) -> PResult<'a, TokenStream>Parses a TokenTree that must be of the form { /* ... */ }, and returns a TokenStream where
the surrounding braces are stripped.