pub trait Boolean { }
Internal trait used within CopyType to implement MemSize depending on whether a type is Copy or not.
CopyType
MemSize
Copy
It has only two implementations, True and False.
True
False