errors.fyi community error code reference
E0605
rust

Invalid Type Cast

An as cast was attempted between non-primitive types, or between a primitive and a non-primitive type. The as operator is restricted to casts between compatible primitive types.

References

← all namespaces