pub type ProofResult<T> = Result<T, ProofError>;Expand description
Result type for proof operations.
Aliased Type§
pub enum ProofResult<T> {
Ok(T),
Err(ProofError),
}pub type ProofResult<T> = Result<T, ProofError>;Result type for proof operations.
pub enum ProofResult<T> {
Ok(T),
Err(ProofError),
}