pub trait DebuggableStorage: Any + Send + Sync + Debug { }
Storage type that allows formatting a TypeMap in debug representation if the values inside it all implement Debug.
TypeMap
Debug
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".