MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / IntoValue

Interface IntoValue

wasm-pdk/src/lib.rs:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307pub trait IntoValue {
308 fn into_handle(self) -> Result<Handle>;
309}
310
311impl FromValue for () {
312 fn from_handle(h: u32) -> Result<Self> {

Callers

nothing calls this directly

Implementers 1

lib.rswasm-pdk/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected