Error code E0195
The lifetime parameters of the method do not match the trait declaration.
Erroneous code example:
ⓘ
The lifetime constraint 'b
for bar()
implementation does not match the
trait declaration. Ensure lifetime declarations match exactly in both trait
declaration and implementation. Example: