Trait wasmi::WasmParams

source ·
pub trait WasmParams: WasmTyList { }
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: WasmTyList,