errors.fyi community error code reference
E0046
rust

Missing Trait Items

A type implements a trait but omits required methods or associated items that have no default implementation. Every non-default item declared in the trait must be provided in the impl block.

References

← all namespaces