Error code E0049
An attempted implementation of a trait method has the wrong number of type or const parameters.
Erroneous code example:
ⓘ
For example, the Foo
trait has a method foo
with a type parameter T
,
but the implementation of foo
for the type Bar
is missing this parameter.
To fix this error, they must have the same type parameters: