[−][src]Type Definition wasmtime_environ::wasm::WasmResult
type WasmResult<T> = Result<T, WasmError>;
A convenient alias for a Result
that uses WasmError
as the error type.
type WasmResult<T> = Result<T, WasmError>;
A convenient alias for a Result
that uses WasmError
as the error type.