Type Definition cranelift_module::ModuleResult
source · pub type ModuleResult<T> = Result<T, ModuleError>;Expand description
A convenient alias for a Result that uses ModuleError as the error type.
pub type ModuleResult<T> = Result<T, ModuleError>;A convenient alias for a Result that uses ModuleError as the error type.