pub trait HasRepr { type ReprType; }
A type which has a corresponding static/owned representation type.
The type containing an equivalent to Self, as an owned struct.
Self
alloc