The dereference operator * was applied to a type that does not implement Deref. Only reference types and types that explicitly implement std::ops::Deref can be dereferenced.
E0614
rust The dereference operator * was applied to a type that does not implement Deref. Only reference types and types that explicitly implement std::ops::Deref can be dereferenced.