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

Method deref

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

Source from the content-addressed store, hash-verified

548 type Target = dyn core::error::Error + Send + Sync + 'static;
549
550 fn deref(&self) -> &Self::Target {
551 self.as_ref()
552 }
553}
554
555impl AsRef<dyn core::error::Error> for Error {

Callers

nothing calls this directly

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected