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

pub fn opt<E, A>(p: E) -> Opt<E, A> where
    E: Parser<A>,