Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ try_clone
Method
try_clone
crates/environ/src/types.rs:160–162 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
158
159
impl TryClone for WasmValType {
160
fn try_clone(&self) -> Result<Self, OutOfMemory> {
161
Ok(*self)
162
}
163
}
164
165
impl fmt::Display for WasmValType {
Callers
nothing calls this directly
Calls
2
Ok
Function · 0.85
Func
Class · 0.50
Tested by
no test coverage detected