[−][src]Type Definition cranelift_module::ModuleResult
type ModuleResult<T> = Result<T, ModuleError>;
A convenient alias for a Result that uses ModuleError as the error type.
type ModuleResult<T> = Result<T, ModuleError>;
A convenient alias for a Result that uses ModuleError as the error type.