Trait orzir::verifiers::NumResults
source · pub trait NumResults<const N: usize>: Op {
// Provided method
fn verify(&self, _: &Context) -> VerifyResult<()> { ... }
}Expand description
Verifier IsIsolatedFromBelow for Op.
A verifier indicating that the operation has excatly N results.