Trait mem_dbg::Boolean

source ·
pub trait Boolean { }
Expand description

Internal trait used within CopyType to implement MemSize depending on whether a type is Copy or not.

It has only two implementations, True and False.

Implementors§