Trait sp_wasm_interface::WasmTy
source · pub trait WasmTy: WasmTy + Sealed { }
Expand description
A trait for types directly usable at the WASM FFI boundary without any conversion at all.
This trait is sealed and should not be implemented downstream.