Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ ForeignError
Class
ForeignError
crates/core/src/error/error.rs:1248–1248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1246
/// value.
1247
#[repr(transparent)]
1248
struct ForeignError<E>(E);
1249
1250
// Safety: `ext_is` is correct, `ext_move` always writes to `dest`.
1251
unsafe impl<E> ErrorExt for ForeignError<E>
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected