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.
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.