pub type ProverResult<T, ErrT> = Result<T, ProverError<ErrT>>;Expand description
result of a prover operation
Aliased Type§
pub enum ProverResult<T, ErrT> {
Ok(T),
Err(ProverError<ErrT>),
}pub type ProverResult<T, ErrT> = Result<T, ProverError<ErrT>>;result of a prover operation
pub enum ProverResult<T, ErrT> {
Ok(T),
Err(ProverError<ErrT>),
}