[][src]Function combine_proc_macro::parser::literal

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

Parses a literal token (e.g. string, number, etc) and returns the inner proc_macro::Literal.