MCPcopy 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
159impl TryClone for WasmValType {
160 fn try_clone(&self) -> Result<Self, OutOfMemory> {
161 Ok(*self)
162 }
163}
164
165impl fmt::Display for WasmValType {

Callers

nothing calls this directly

Calls 2

OkFunction · 0.85
FuncClass · 0.50

Tested by

no test coverage detected