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