errors.fyi community error code reference
E0119
rust

Conflicting Trait Implementations

Two implementations of the same trait exist for an overlapping set of types. This often occurs when a blanket impl conflicts with a more specific impl for the same type.

References

โ† all namespaces for E0119