Type Definition snarkvm_r1cs::errors::SynthesisResult

source ·
pub type SynthesisResult<T> = Result<T, SynthesisError>;