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