Docs.rs
watson-0.9.2
watson 0.9.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
richardanaya
Dependencies
serde ^1.0.116
normal
spin ^0.5.2
normal
webassembly ^0.8.2
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
ToWasmValue
watson
0.9.2
ToWasm
Value
Required Methods
to_wasm_value
Implementations on Foreign Types
f32
f64
i32
i64
u32
usize
Implementors
In crate watson
watson
Trait
ToWasm
Value
Copy item path
Source
pub trait ToWasmValue { // Required method fn
to_wasm_value
(&self) ->
WasmValue
; }
Required Methods
§
Source
fn
to_wasm_value
(&self) ->
WasmValue
Implementations on Foreign Types
§
Source
§
impl
ToWasmValue
for
f32
Source
§
fn
to_wasm_value
(&self) ->
WasmValue
Source
§
impl
ToWasmValue
for
f64
Source
§
fn
to_wasm_value
(&self) ->
WasmValue
Source
§
impl
ToWasmValue
for
i32
Source
§
fn
to_wasm_value
(&self) ->
WasmValue
Source
§
impl
ToWasmValue
for
i64
Source
§
fn
to_wasm_value
(&self) ->
WasmValue
Source
§
impl
ToWasmValue
for
u32
Source
§
fn
to_wasm_value
(&self) ->
WasmValue
Source
§
impl
ToWasmValue
for
usize
Source
§
fn
to_wasm_value
(&self) ->
WasmValue
Implementors
§