[][src]Type Definition combine::error::StdParseResult2

type StdParseResult2<O, E> = Result<(O, Commit<()>), Commit<Tracked<E>>>;