Trait orzir::verifiers::VariadicOperands

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

Verifier AtMostNumResults for Op.

This verifier indicates that the operation has variadic operands.

Provided Methods§

source

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

Implementors§