Trait orzir_core::Verify

source ·
pub trait Verify: RunVerifiers {
    // Provided method
    fn verify(&self, ctx: &Context) -> VerifyResult<()> { ... }
}

Provided Methods§

source

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

Implementors§