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

Class DebugError

crates/core/src/error/error.rs:1832–1832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1830 OomOrDynErrorRef::Oom(oom) => f.debug_tuple("Oom").field(oom).finish(),
1831 OomOrDynErrorRef::DynError(error) => {
1832 struct DebugError<'a>(SharedPtr<'a, DynError>);
1833 impl fmt::Debug for DebugError<'_> {
1834 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
1835 // Safety: invariant of `OomOrDynError` that the pointer

Callers 1

debugMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected