pub trait DebuggableStorage: Any + Send + Sync + Debug { }
Expand description

Storage type that allows formatting a TypeMap in debug representation if the values inside it all implement Debug.

Implementors§