Type Definition cranelift_module::ModuleResult[][src]

type ModuleResult<T> = Result<T, ModuleError>;

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