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.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Implementors§