Function lib::parsers::flow::optrep[][src]

pub fn optrep<E, A>(p: E) -> Repeat<E, A> where
    E: Parser<A>,