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

Interface FromValue

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

Source from the content-addressed store, hash-verified

301/* FromValue / IntoValue */
302
303pub trait FromValue: Sized {
304 fn from_handle(h: u32) -> Result<Self>;
305}
306
307pub trait IntoValue {
308 fn into_handle(self) -> Result<Handle>;

Callers

nothing calls this directly

Implementers 1

lib.rswasm-pdk/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected