E0120
rust Drop on Invalid Type
The Drop trait was implemented for a trait object, reference, or other non-concrete type. Drop may only be implemented for structs, enums, and unions.
The Drop trait was implemented for a trait object, reference, or other non-concrete type. Drop may only be implemented for structs, enums, and unions.