Trait wasmi::WasmParams

source ·
pub trait WasmParams: WasmTypeList { }
Expand description

The typed parameters of a TypedFunc.

Object Safety§

This trait is not object safe.

Implementors§

source§

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