Function lib::parsers::basic::do_try[][src]

pub fn do_try<E, A>(p: E) -> Try<E, A> where
    E: Parser<A>,