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

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