Type Alias cranelift_codegen::CodegenResult

source ·
pub type CodegenResult<T> = Result<T, CodegenError>;
Expand description

A convenient alias for a Result that uses CodegenError as the error type.

Aliased Type§

enum CodegenResult<T> {
    // some variants omitted
}

Variants§