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.

Implementations on Foreign Types

Implementors