pub fn verify(
input: &JobInput,
result: &JobResult,
policy: VerifyPolicy,
) -> VerificationVerdictExpand description
Verify a result against the job input. Mismatched kinds are rejected (fail closed).
pub fn verify(
input: &JobInput,
result: &JobResult,
policy: VerifyPolicy,
) -> VerificationVerdictVerify a result against the job input. Mismatched kinds are rejected (fail closed).