errors.fyi community error code reference
E0106
rust

Missing Lifetime Parameter

A reference type in a struct, enum, or type alias is missing a lifetime annotation. Lifetime parameters must be declared and applied explicitly when references are stored in data structures.

References

โ† all namespaces for E0106