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.
E0106
rust 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.