errors.fyi community error code reference
E0050
rust

Wrong Method Parameter Count

A trait method implementation has a different number of parameters than the method declared in the trait. The implementation signature must match the trait signature exactly.

References

← all namespaces