errors.fyi community error code reference
E0201
rust

Duplicate Associated Item

Two associated items (methods, types, or constants) share the same name within a single impl block. Each associated item name must be unique within an implementation.

References

← all namespaces