Struct lib::parsers::basic::Satisfy[][src]

pub struct Satisfy<E, A>(pub E, pub Box<Fn(&A) -> bool>)
where
    E: Parser<A>
;

Trait Implementations

impl<E, A> Parser<A> for Satisfy<E, A> where
    E: Parser<A>, 
[src]

impl<A, E> Executable<A> for Satisfy<E, A> where
    E: Executable<A> + Parser<A>, 
[src]

Auto Trait Implementations

impl<E, A> !Send for Satisfy<E, A>

impl<E, A> !Sync for Satisfy<E, A>