pub trait 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.
pub trait WasmTy: Sealed { }
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.