Function combine::look_ahead [] [src]

pub fn look_ahead<P>(p: P) -> LookAhead<P> where P: Parser

look_ahead acts as p but doesn't consume input on success.