Skip to main content

DebuggableStorage

Trait DebuggableStorage 

Source
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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§