E0403
rust Duplicate Generic Parameter
Multiple type parameters with the same name were declared in the same generic item. All type parameter names within a single generic context must be distinct.
Multiple type parameters with the same name were declared in the same generic item. All type parameter names within a single generic context must be distinct.