pub struct Outcome<P> {
pub actual_index_checksum: ObjectId,
pub pack_traverse_outcome: Statistics,
pub progress: P,
}Expand description
Returned by Bundle::verify_integrity().
Fields§
§actual_index_checksum: ObjectIdThe computed checksum of the index which matched the stored one.
pack_traverse_outcome: StatisticsThe packs traversal outcome
progress: PThe provided progress instance.