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