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

Method ext_as_dyn_core_error

crates/core/src/error/error.rs:1255–1257  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1253 E: core::error::Error + Send + Sync + 'static,
1254{
1255 fn ext_as_dyn_core_error(&self) -> &(dyn core::error::Error + Send + Sync + 'static) {
1256 &self.0
1257 }
1258
1259 fn ext_into_boxed_dyn_core_error(
1260 self,

Callers 3

displayFunction · 0.45
debugFunction · 0.45
as_dyn_core_errorFunction · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected