rust · rust/E0407
E0407
Method Not in Trait
A method was provided in a trait implementation that is not declared in the trait definition. Only methods explicitly defined in the trait may appear in its impl blocks.
A method was provided in a trait implementation that is not declared in the trait definition. Only methods explicitly defined in the trait may appear in its impl blocks.