Type Definition wasmer_compiler::WasmResult[][src]

type WasmResult<T> = Result<T, WasmError>;

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