Module convert

Module convert 

Source
Expand description

Conversion traits for wasm-bindgen API compatibility.

These traits provide compatibility with code that uses wasm-bindgen’s low-level ABI conversion types.

Structs§

JsCastAnchor
Anchor type for JsCast references.

Traits§

FromWasmAbi
Trait for converting from a WebAssembly ABI representation to a Rust type.
IntoWasmAbi
Trait for converting a Rust type to its WebAssembly ABI representation.
RefFromBinaryDecode
Trait for types that can be decoded as references from binary data.
RefFromWasmAbi
Trait for recovering a shared reference from the WebAssembly ABI boundary.