Type Definition wasm_core::executor::ExecuteResult [] [src]

type ExecuteResult<T> = Result<T, ExecuteError>;