Error code E0399
Note: this error code is no longer emitted by the compiler
You implemented a trait, overriding one or more of its associated types but did not reimplement its default methods.
Example of erroneous code:
To fix this, add an implementation for each default method from the trait: