errors.fyi community error code reference
E0116
rust

Impl on Foreign Type

An inherent impl block was defined for a type from another crate. Rust only permits inherent implementations on types defined within the current crate.

References

โ† all namespaces for E0116