Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
wrap
Method · 0.80
wrap_async
Method · 0.80
Calls
1
Ok
Function · 0.85
Tested by
no test coverage detected