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