rust · rust/E0116
E0116
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.
An inherent impl block was defined for a type from another crate. Rust only permits inherent implementations on types defined within the current crate.