errors.fyi community error code reference
E0614
rust

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.

References

โ† all namespaces for E0614