ark_relations::r1cs

Type Alias Result

Source
pub type Result<T> = Result<T, SynthesisError>;
Expand description

A result type specialized to SynthesisError.

Aliased Type§

enum Result<T> {
    Ok(T),
    Err(SynthesisError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(SynthesisError)

Contains the error value