pub fn verify(
target: &Utf8Path,
bundle: &dyn ReleaseBundle,
) -> Result<VerifyReport, AppError>Expand description
Verify an installed instance offline.
ยงErrors
AppError::ManifestMissing / AppError::ManifestInvalid when the
record itself cannot be trusted, and I/O errors when the disk cannot be
read; recorded-versus-disk differences are reported, not raised.