pub fn parse_raw_ident(parse_buffer: &ParseBuffer<'_>) -> Result<Ident>
Expand description
Parse a raw ident and return a new ident with the r# prefix added
pub fn parse_raw_ident(parse_buffer: &ParseBuffer<'_>) -> Result<Ident>
Parse a raw ident and return a new ident with the r# prefix added