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