[][src]Type Definition cranelift_codegen::CodegenResult

type CodegenResult<T> = Result<T, CodegenError>;

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