Struct git_pack::multi_index::write::Outcome
source · pub struct Outcome<P> {
pub multi_index_checksum: ObjectId,
pub progress: P,
}
Expand description
The result of multi_index::File::write_from_index_paths()
.
Fields§
§multi_index_checksum: ObjectId
The calculated multi-index checksum of the file at multi_index_path
.
progress: P
The input progress