The difference between `Vec` and `MyType` is no less significant than the difference between `f32` and `u32`.
It's just that the compiler has been specifically taught about `f32`, while it doesn't know enough about the semantics of `Vec`.
The difference between `Vec` and `MyType` is no less significant than the difference between `f32` and `u32`.
It's just that the compiler has been specifically taught about `f32`, while it doesn't know enough about the semantics of `Vec`.