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