pub fn expect_variable(stream: TokenStream) -> ParseResult<String>Expand description
Expect the next token to be a variable; returns the variable name (without ? or $)
pub fn expect_variable(stream: TokenStream) -> ParseResult<String>Expect the next token to be a variable; returns the variable name (without ? or $)