pub unsafe trait Primitive { type Storage; }
A type that has an associated cross-endian storage type.
An endian-agnostic type that can represent the primitve in both little- and big-endian forms.