Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ backtrace
Method
backtrace
crates/core/src/error/error.rs:803–805 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
801
#[inline]
802
#[cfg(feature =
"backtrace"
)]
803
pub fn backtrace(&self) -> &Backtrace {
804
self.inner.backtrace()
805
}
806
807
/// Iterate over this error's context chain.
808
///
Callers
3
fmt
Method · 0.80
fmt_debug
Function · 0.80
fmt_debug_with_single_cause
Function · 0.80
Calls
3
unpack
Method · 0.45
as_ref
Method · 0.45
expect
Method · 0.45
Tested by
2
fmt_debug
Function · 0.64
fmt_debug_with_single_cause
Function · 0.64