Type Definition cranelift_module::ModuleResult [−][src]
type ModuleResult<T> = Result<T, ModuleError>;
Expand description
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.