Docs.rs
golem-wasm-0.0.0
golem-wasm 0.0.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
vigoo
Dependencies
arbitrary ^1.4.1
normal
optional
async-recursion ^1.1.1
normal
optional
async-trait ^0.1.87
normal
optional
bigdecimal ^0.4.7
normal
optional
bincode ^2.0.1
normal
optional
bit-vec ^0.6.3
normal
optional
chrono ^0.4.40
normal
itertools ^0.14.0
normal
poem-openapi =5.1.14
normal
optional
prost ^0.14.1
normal
optional
semver ^1.0.26
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
url ^2.5.4
normal
optional
uuid ^1.15.1
normal
wasm-metadata ^0.235.0
normal
optional
wasm-wave ^0.235
normal
optional
wasmparser ^0.229.0
normal
optional
wasmtime =33.0.0
normal
optional
wasmtime-wasi =33.0.0
normal
optional
wit-bindgen-rt =0.40.0
normal
optional
wit-component ^0.235
normal
optional
wit-parser ^0.235
normal
optional
pretty_assertions ^1.4.1
dev
proptest =1.5.0
dev
proptest-arbitrary-interop ^0.1.0
dev
test-r ^2.3.1
dev
cargo_metadata ^0.21.0
build
miette ^7.6.0
build
optional
prost-build ^0.14.1
build
optional
protox ^0.9.0
build
optional
Versions
30.04%
of the crate is documented
Platform
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
IntoValueAndType
golem_
wasm
0.0.0
Into
Value
AndType
Required Methods
into_value_and_type
Implementors
In crate golem_
wasm
golem_wasm
Trait
Into
Value
AndType
Copy item path
Source
pub trait IntoValueAndType { // Required method fn
into_value_and_type
(self) ->
ValueAndType
; }
Required Methods
§
Source
fn
into_value_and_type
(self) ->
ValueAndType
Implementors
§
Source
§
impl<K:
AsRef
<
str
>>
IntoValueAndType
for
Record
<K>
Source
§
impl<T:
IntoValue
+
Sized
>
IntoValueAndType
for T