proc_macro2::parse

Function ident_any

source
fn ident_any(input: Cursor<'_>) -> Result<(Cursor<'_>, Ident), Reject>