pub type BurnResult = Result<u128, BurnError>;

Aliased Type§

enum BurnResult {
    Ok(u128),
    Err(BurnError),
}

Variants§

§1.0.0

Ok(u128)

Contains the success value

§1.0.0

Err(BurnError)

Contains the error value