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),
}