pub unsafe trait Pod: Sized { }
Marker trait that can be safely converted from and into bytes.
Automatically implements AsBytes and FromBytes.
See documentation for AsBytes for safety invariants that need to be upheld.