pub trait Verifiable {
    fn verify(&self) -> Result<(), ProofError>;
}

Required methods

Implementors