[][src]Function combine_proc_macro::parser::ident

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

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