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

Method source

crates/core/tests/tests.rs:67–70  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

65
66impl core::error::Error for ChainError {
67 fn source(&self) -> Option<&(dyn core::error::Error + 'static)> {
68 let source = self.source.as_ref()?;
69 Some(&**source)
70 }
71}
72
73impl ChainError {

Callers 1

into_boxed_dyn_errorFunction · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected