pub trait WasmType: From<UntypedValue> + Into<UntypedValue> + Send { }
Expand description

Types that can be used as parameters or results of host functions.

Implementations on Foreign Types§

source§

impl WasmType for i32

source§

impl WasmType for u32

source§

impl WasmType for u64

source§

impl WasmType for i64

Implementors§