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: ObjectId
The computed checksum of the index which matched the stored one.
pack_traverse_outcome: Statistics
The packs traversal outcome
progress: P
The provided progress instance.