Trait orzir::verifiers::AtLeastNumRegions

source ·
pub trait AtLeastNumRegions<const N: usize>: Op {
    // Provided method
    fn verify(&self, _: &Context) -> VerifyResult<()> { ... }
}
Expand description

Verifier AtLeastNumRegions for Op.

A verifier indicating that the operation has at least N regions.

Provided Methods§

source

fn verify(&self, _: &Context) -> VerifyResult<()>

Implementors§