Trait lib::parsers::flow::OrOperation[][src]

pub trait OrOperation<E, R, A> where
    E: Parser<A>,
    R: Parser<A>, 
{ fn or(self, _: R) -> Or<E, R, A>; }

Required Methods

Implementors