BulletproofResult

Type Alias BulletproofResult 

Source
pub type BulletproofResult<T> = Result<T, BulletproofError>;

Aliased Type§

pub enum BulletproofResult<T> {
    Ok(T),
    Err(BulletproofError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(BulletproofError)

Contains the error value