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