Trait CloneDebuggableStorage
Source pub trait CloneDebuggableStorage: DebuggableStorage { }
Expand description
Storage type that allows cloning and formatting a TypeMap
in debug representation if
the values inside it all implement Clone
and Debug
.
Performs copy-assignment from
source
.
Read more