MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / into_fallible

Method into_fallible

crates/wasmtime/src/runtime/func.rs:1720–1722  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1718 }
1719
1720 fn into_fallible(self) -> Result<T> {
1721 Ok(self)
1722 }
1723
1724 fn fallible_from_error(error: Error) -> Result<T> {
1725 Err(error)

Callers 2

wrapMethod · 0.80
wrap_asyncMethod · 0.80

Calls 1

OkFunction · 0.85

Tested by

no test coverage detected