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