Struct lib::parsers::flow::Repeat[][src]

pub struct Repeat<E, A>(_, _, _)
where
    E: Parser<A>
;

Trait Implementations

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

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

Auto Trait Implementations

impl<E, A> Send for Repeat<E, A> where
    A: Send,
    E: Send

impl<E, A> Sync for Repeat<E, A> where
    A: Sync,
    E: Sync