type VerifyResult = Result<(), Halo2Error>;
Expand description
The type of verification results.
Aliased Type§
enum VerifyResult {
Ok(()),
Err(Halo2Error),
}
type VerifyResult = Result<(), Halo2Error>;
The type of verification results.
enum VerifyResult {
Ok(()),
Err(Halo2Error),
}