Trait rsmt2::parse::ProofParser [] [src]

pub trait ProofParser<Proof, Input>: Copy {
    fn parse_proof(self, _: Input) -> SmtRes<Proof>;
}

Can parse proofs. Currenly unused.

For more information refer to the module-level documentation.

Required Methods

Implementors