Type Definition lcpc_2d::ProverResult

source · []
pub type ProverResult<T, ErrT> = Result<T, ProverError<ErrT>>;
Expand description

result of a prover operation