Trait orzir::verifiers::SameResultTys
source · pub trait SameResultTys: Op {
// Provided method
fn verify(&self, ctx: &Context) -> VerifyResult<()> { ... }
}Expand description
Verifier SameResultTys for Op
This verifier indicates that the results are all the same type.