Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
impl 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
73
impl ChainError {
Callers
1
into_boxed_dyn_error
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected