errors.fyi community error code reference
E0261
rust

Undeclared Lifetime

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.

References

← all namespaces