Function lib::parsers::basic::lookahead[][src]

pub fn lookahead<E, A>(p: E) -> Lookahead<E, A> where
    E: Parser<A>,