MCPcopy 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)]
1248struct ForeignError<E>(E);
1249
1250// Safety: `ext_is` is correct, `ext_move` always writes to `dest`.
1251unsafe impl<E> ErrorExt for ForeignError<E>

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected