proc_macro2::parse

Function ident_not_raw

source
fn ident_not_raw(input: Cursor<'_>) -> Result<(Cursor<'_>, &str), Reject>