Function parse_token_tree

Source
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.