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

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