errors.fyi community error code reference
E0407
rust

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.

References

← all namespaces