pub trait CloneableStorage: Any + Send + Sync { }
Storage type that allows cloning a TypeMap if the values inside it all implement Clone.
TypeMap
Clone
source
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".