Skip to main content

SigmaProofResult

Type Alias SigmaProofResult 

Source
pub type SigmaProofResult<T> = Result<T, SigmaProofError>;

Aliased Type§

pub enum SigmaProofResult<T> {
    Ok(T),
    Err(SigmaProofError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(SigmaProofError)

Contains the error value