Struct lib::parsers::basic::Lookahead [−][src]
pub struct Lookahead<E, A>(pub E, pub PhantomData<A>)
where
E: Parser<A>;
Trait Implementations
impl<E, A> Parser<A> for Lookahead<E, A> where
E: Parser<A>,
[src]
impl<E, A> Parser<A> for Lookahead<E, A> where
E: Parser<A>,
impl<A, E> Executable<A> for Lookahead<E, A> where
E: Executable<A> + Parser<A>,
[src]
impl<A, E> Executable<A> for Lookahead<E, A> where
E: Executable<A> + Parser<A>,