MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / from

Method from

ipc/api/src/error.rs:21–23  ·  view source on GitHub ↗
(e: fil_actors_runtime::ActorError)

Source from the content-addressed store, hash-verified

19#[cfg(feature = "fil-actor")]
20impl From<fil_actors_runtime::ActorError> for Error {
21 fn from(e: fil_actors_runtime::ActorError) -> Self {
22 Self::Actor(e)
23 }
24}
25
26impl From<fvm_shared::address::Error> for Error {

Callers

nothing calls this directly

Calls 1

ActorClass · 0.50

Tested by

no test coverage detected