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.
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.