A lifetime parameter such as 'a was used in a function, struct, or impl block without first being declared in the generic parameter list. Lifetimes must be declared before they can be referenced.
E0261
rust A lifetime parameter such as 'a was used in a function, struct, or impl block without first being declared in the generic parameter list. Lifetimes must be declared before they can be referenced.