Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
pub trait IntoValue {
308
fn into_handle(self) -> Result<Handle>;
309
}
310
311
impl FromValue for () {
312
fn from_handle(h: u32) -> Result<Self> {
Callers
nothing calls this directly
Implementers
1
lib.rs
wasm-pdk/src/lib.rs
Calls
no outgoing calls
Tested by
no test coverage detected