fn compare_build_info_package_info(
build_info: &BuildInfo,
package_info: &PackageInfo,
) -> Result<(), Error>
Expand description
Compares overlapping data of a BuildInfo
and a PackageInfo
.
ยงErrors
Returns an error if there are one or more mismatches in the data provided by build_info
and package_info
.