rust · rust/E0614
E0614
Dereference of Non-pointer
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.
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.