Type Alias cranelift_codegen::ir::pcc::PccResult

source ·
pub type PccResult<T> = Result<T, PccError>;
Expand description

The result of checking proof-carrying-code facts.

Aliased Type§

enum PccResult<T> {
    Ok(T),
    Err(PccError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(PccError)

Contains the error value