What prevents me from upgrading to 0.6 right now is that bytemuck::Pod isn't implemented for NonZero* types. Is it expected or side-effect of the implementation?
Maybe a separate trait is needed that is auto-implemented for types that implement Pod, but can also be implemented for other types like NonZero*?
What prevents me from upgrading to 0.6 right now is that
bytemuck::Podisn't implemented forNonZero*types. Is it expected or side-effect of the implementation?Maybe a separate trait is needed that is auto-implemented for types that implement
Pod, but can also be implemented for other types likeNonZero*?