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.
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.