Trait wasmi::WasmResults

source ·
pub trait WasmResults: WasmTypeList { }
Expand description

The typed results of a TypedFunc.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> WasmResults for T
where T: WasmTypeList,