Function ident

Source
pub fn ident<I>() -> Ident<I>
where I: Stream<Item = Token>, I::Error: ParseError<I::Item, I::Range, I::Position>,
Expand description

Parses an ident token and returns the inner proc_macro::Ident.