[][src]Function combine_proc_macro::parser::keyword

pub fn keyword<I>(word: &'static str) -> Keyword<I> where
    I: Stream<Item = Token>,
    I::Error: ParseError<I::Item, I::Range, I::Position>, 

Parses an ident token and succeeds if the ident is equal to word.